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

Commit aed47ed0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix anr when installing package" am: 387cf5e1 am: cfe526b0 am: 13993543 am: 6f068c0b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1481018

Change-Id: Iea2db6c7e634214c77fdb2796b3bcbbbb7001e87
parents 331aa35d 6f068c0b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -344,6 +344,10 @@ public class InstallInstalling extends AlertActivity {
            try {
                session = getPackageManager().getPackageInstaller().openSession(mSessionId);
            } catch (IOException e) {
                synchronized (this) {
                    isDone = true;
                    notifyAll();
                }
                return null;
            }