Revert "Listen to brigtness updates to update brightness summary."

This reverts commit 83e2741bd7.

Change-Id: I93e2cf00ac5ffce7bd4e5951dcbe19c4189ffafd
This commit is contained in:
Matthew Fritze
2017-04-21 20:17:58 +00:00
parent 83e2741bd7
commit 4897eccd5d
5 changed files with 32 additions and 277 deletions

View File

@@ -104,7 +104,7 @@ public class DisplaySettings extends DashboardFragment {
controllers.add(new VrDisplayPreferenceController(context));
controllers.add(new WallpaperPreferenceController(context));
controllers.add(new ThemePreferenceController(context));
controllers.add(new BrightnessLevelPreferenceController(context, lifecycle));
controllers.add(new BrightnessLevelPreferenceController(context));
return controllers;
}