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

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

Use mContext directly am: dd373761

am: a501523d

Change-Id: I04174359a55d0f8396adee6ce494d02a06918973
parents 35895634 a501523d
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");
        }
        }