We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa90d4 commit 09f7e2fCopy full SHA for 09f7e2f
src/bottomsheet/bottomsheet.android.ts
@@ -198,6 +198,8 @@ export class ViewWithBottomSheet extends ViewWithBottomSheetBase {
198
}
199
200
if (bottomSheetOptions.options.canTouchBehind) {
201
+ // necessary for smooth movement of the back page
202
+ fragment.getDialog().getWindow().setFlags(android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE, android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE);
203
const coordinator = view.getParent();
204
if (coordinator instanceof android.view.View) {
205
coordinator.findViewById(getId('touch_outside')).setOnTouchListener(
0 commit comments