Fix crash from battery detail
Bug: 27417780 Change-Id: Ia63dd78a4b7b75470b57c8262bbc836180274bf5
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user