We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58b893 commit c78f6adCopy full SHA for c78f6ad
src/snackbar/snackbar.android.ts
@@ -65,7 +65,6 @@ export class SnackBar extends SnackBarBase {
65
let nCoordinatorLayout: androidx.coordinatorlayout.widget.CoordinatorLayout;
66
if (!(nView instanceof androidx.coordinatorlayout.widget.CoordinatorLayout) && nView instanceof android.view.ViewGroup) {
67
nCoordinatorLayout = new androidx.coordinatorlayout.widget.CoordinatorLayout(attachView._context);
68
- console.log('adding nCoordinatorLayout', attachView, nView, nView.getParent(), nCoordinatorLayout);
69
(nView as android.view.ViewGroup).addView(
70
nCoordinatorLayout,
71
new android.view.ViewGroup.LayoutParams(android.view.ViewGroup.LayoutParams.MATCH_PARENT, android.view.ViewGroup.LayoutParams.MATCH_PARENT)
0 commit comments