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

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

Use mContext directly

am: dd373761

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