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

Commit 49f68ab4 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

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

am: 8326e38b

* commit '8326e38b':
  Fix crash from battery detail
parents 09c7c0ed 8326e38b
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() {