Skip to content

Commit

Permalink
fix(android): Make Modals.showActions non cancelable (#2504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Mar 2, 2020
1 parent f1204b8 commit ffdd78c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public void showActions(final PluginCall call) {

final ModalsBottomSheetDialogFragment fragment = new ModalsBottomSheetDialogFragment();
fragment.setOptions(options);
fragment.setCancelable(false);
fragment.setOnSelectedListener(new ModalsBottomSheetDialogFragment.OnSelectedListener() {
@Override
public void onSelected(int index) {
Expand Down

0 comments on commit ffdd78c

Please sign in to comment.