Enable widget stacks for all users

This commit is contained in:
2020-12-28 10:35:13 -06:00
parent 599f21fabb
commit e8238b5ed7
3 changed files with 13 additions and 39 deletions

View File

@@ -226,11 +226,6 @@ public class Preferences
storage.putBoolean("pref_short_toggle", enabled);
}
public boolean isWidgetStackEnabled()
{
return storage.getBoolean("pref_feature_widget_stack", false);
}
public void removeListener(Listener listener)
{
listeners.remove(listener);