Skip to content

Commit

Permalink
QuickSettingsWidgets: remove old dialog
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 2f2a77f commit 565b46c
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,6 @@ private void showAddWidget() {
mWidgetAdapter.notifyDataSetChanged();
savePrefs();
});
// builder.setItems(filteredArray, (dialog, which) -> {
// if (mSelectableWidgets.get(which).startsWith("ca")) {
// // Custom App Widget
// pickApp(mSelectableWidgets.get(which));
// return;
// }
// checkWeather(mSelectableWidgets.get(which));
// mWidgetsList.add(mSelectableWidgets.get(which));
// mSelectableWidgets.remove(which);
// mWidgetAdapter.notifyDataSetChanged();
// savePrefs();
// });
builder.show();

}
Expand Down

0 comments on commit 565b46c

Please sign in to comment.