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

Commit abd0f5ba authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Actually use mContext directly" into qt-qpr1-dev

parents 8c7181ab c5fc5fe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5262,7 +5262,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");
        }