Skip to content

Commit

Permalink
Revert: use popup for bottom sheet dialogs
Browse files Browse the repository at this point in the history
Fix textfield not focusable issue
  • Loading branch information
MM2-0 committed Mar 14, 2023
1 parent c4f001c commit 3301f10
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,11 @@ fun BottomSheetDialog(
}
}

Popup(
properties = PopupProperties(
Dialog(
properties = DialogProperties(
dismissOnBackPress = dismissOnBackPress(),
dismissOnClickOutside = swipeToDismiss(),
usePlatformDefaultWidth = false,
),
onDismissRequest = onDismissRequest,
) {
Expand Down

0 comments on commit 3301f10

Please sign in to comment.