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

Commit 32147f4c authored by Paul Lawrence's avatar Paul Lawrence Committed by Daniel Rosenberg
Browse files

Revert "Use mContext directly"

This reverts commit dd373761.

Test: None, it's a revert
Bug: 138952436
Change-Id: Ib809ba017e3563c09ea35b1a9056a6a95f4bdfc2
parent 89ebc7c1
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)
                     mContext.getSystemService(Context.POWER_SERVICE);
                     mInjector.getContext().getSystemService(Context.POWER_SERVICE);
            pm.reboot("Checkpoint commit failed");
        }