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

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

am: 88079b33

Change-Id: I1ee2b2f8e3312c250a1199057574883003a2fc31
parents e18cb098 88079b33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5269,7 +5269,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");
        }