Merge "GesturesSettingPreferenceController to Toggle" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-09 18:59:44 +00:00
committed by Android (Google) Code Review
40 changed files with 320 additions and 429 deletions

View File

@@ -106,8 +106,6 @@ public class ConfigureNotificationSettings extends DashboardFragment {
}
controllers.add(new RecentNotifyingAppsPreferenceController(
context, new NotificationBackend(), app, host));
controllers.add(new SwipeToNotificationPreferenceController(context, lifecycle,
KEY_SWIPE_DOWN));
controllers.add(badgeController);
controllers.add(pulseController);
controllers.add(lockScreenNotificationController);