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

Commit e38191b9 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

am: 49f68ab4

* commit '49f68ab4':
  Fix crash from battery detail
parents 62ff8f83 49f68ab4
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() {