Skip to content

Commit

Permalink
chore: cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 6, 2020
1 parent e58b893 commit c78f6ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/snackbar/snackbar.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export class SnackBar extends SnackBarBase {
let nCoordinatorLayout: androidx.coordinatorlayout.widget.CoordinatorLayout;
if (!(nView instanceof androidx.coordinatorlayout.widget.CoordinatorLayout) && nView instanceof android.view.ViewGroup) {
nCoordinatorLayout = new androidx.coordinatorlayout.widget.CoordinatorLayout(attachView._context);
console.log('adding nCoordinatorLayout', attachView, nView, nView.getParent(), nCoordinatorLayout);
(nView as android.view.ViewGroup).addView(
nCoordinatorLayout,
new android.view.ViewGroup.LayoutParams(android.view.ViewGroup.LayoutParams.MATCH_PARENT, android.view.ViewGroup.LayoutParams.MATCH_PARENT)
Expand Down

0 comments on commit c78f6ad

Please sign in to comment.