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

Commit 0cb7199d authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by android-build-merger
Browse files

Use mContext directly am: dd373761 am: a501523d am: d7080971

am: bae1f61c

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