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

Commit ff5384f8 authored by Alex Buynytskyy's avatar Alex Buynytskyy Committed by Automerger Merge Worker
Browse files
parents be62e635 2a6cec96
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -197,10 +197,11 @@ public class PackageManagerTests extends AndroidTestCase {
        }
        }


        public Intent getResult() {
        public Intent getResult() {
            while (true) {
                try {
                try {
                    return mResult.take();
                    return mResult.take();
                } catch (InterruptedException e) {
                } catch (InterruptedException e) {
                throw new RuntimeException(e);
                }
            }
            }
        }
        }
    }
    }