diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/BatteryTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/BatteryTile.java index 39d14473b2717..548bffd7af16c 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tiles/BatteryTile.java +++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/BatteryTile.java @@ -172,6 +172,7 @@ public class BatteryTile extends QSTile implements BatteryControll } private void postBindView() { + if (mCurrentView == null) return; mCurrentView.post(new Runnable() { @Override public void run() {