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

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

Use mContext directly am: dd373761

am: 6cc50764

Change-Id: I0d7a49fe556e0b23640aac5546cb2590c790caf2
parents f8c3ac92 6cc50764
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");
        }