Merge "Fix crash from battery detail" into nyc-dev

am: 8326e38bf5

* commit '8326e38bf51de2771dab65baee9a97fb6ae7ff1d':
  Fix crash from battery detail
This commit is contained in:
Jason Monk
2016-03-02 17:51:51 +00:00
committed by android-build-merger

View File

@@ -172,6 +172,7 @@ public class BatteryTile extends QSTile<QSTile.State> implements BatteryControll
}
private void postBindView() {
if (mCurrentView == null) return;
mCurrentView.post(new Runnable() {
@Override
public void run() {