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

Commit 88079b33 authored by Paul Lawrence's avatar Paul Lawrence Committed by android-build-merger
Browse files

Merge "Revert "Use mContext directly"" into qt-qpr1-dev

am: 1f129a11

Change-Id: I778957f291926806ede70fa9b3f39270f419714a
parents 24c2c609 1f129a11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5267,7 +5267,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            storageManager.commitChanges();
        } catch (Exception e) {
            PowerManager pm = (PowerManager)
                     mContext.getSystemService(Context.POWER_SERVICE);
                     mInjector.getContext().getSystemService(Context.POWER_SERVICE);
            pm.reboot("Checkpoint commit failed");
        }