summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java')
-rw-r--r--packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java b/packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java
index 3c3e206..06aad14 100644
--- a/packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java
+++ b/packages/SystemUI/src/com/android/systemui/quicksettings/BatteryTile.java
@@ -41,7 +41,7 @@ public class BatteryTile extends QuickSettingsTile implements BatteryStateChange
@Override
void onPostCreate() {
updateTile();
- BatteryController controller = new BatteryController(mContext);
+ BatteryController controller = new BatteryController(mContext, false);
controller.addStateChangedCallback(this);
super.onPostCreate();
}