Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cb90126 authored by Jason Monk's avatar Jason Monk
Browse files

Fix crash from battery detail

Bug: 27417780
Change-Id: Ia63dd78a4b7b75470b57c8262bbc836180274bf5
parent 1aeb31bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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() {