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

Commit 26cafd3e authored by Adam Lesinski's avatar Adam Lesinski Committed by android-build-merger
Browse files

Merge "Use UiContext with StrictMode Dialog" into oc-dev

am: 9274d87a

Change-Id: I559890874c83627283a891f7eb6c4fd46430f618
parents 3609f00c 9274d87a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1808,7 +1808,7 @@ public class ActivityManagerService extends IActivityManager.Stub
                    }
                    AppErrorResult res = (AppErrorResult) data.get("result");
                    if (mShowDialogs && !mSleeping && !mShuttingDown) {
                        Dialog d = new StrictModeViolationDialog(mContext,
                        Dialog d = new StrictModeViolationDialog(mUiContext,
                                ActivityManagerService.this, res, proc);
                        d.show();
                        proc.crashDialog = d;