Skip to content

Commit

Permalink
QuickSettingsWidgets: pick app dialog not cancelable
Browse files Browse the repository at this point in the history
Signed-off-by: DHD2280 <[email protected]>
  • Loading branch information
DHD2280 committed Dec 4, 2024
1 parent f8cbcbc commit 40ff095
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ private void pickApp(String widget) {
mWidgetAdapter.notifyDataSetChanged();
savePrefs();
});
builder.setCancelable(false);
builder.setTitle(R.string.qs_widget_custom_app);
builder.show();
}
Expand Down

0 comments on commit 40ff095

Please sign in to comment.