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

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

Use mContext directly am: dd373761 am: 6cc50764

am: 909531d5

Change-Id: I9a19c5bd199f59e8e075afb5d751a89074ad140a
parents 8cce6c6b 909531d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5259,7 +5259,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");
        }