Browse Source

android: waitForIdle

Daniel Zlotin 8 years ago
parent
commit
559c72c181

+ 1
- 0
playground/android/app/src/androidTest/java/com/reactnativenavigation/playground/ApplicationLifecycleTest.java View File

@@ -75,6 +75,7 @@ public class ApplicationLifecycleTest {
75 75
     @Test
76 76
     public void _2_RelaunchFromBackground() throws Exception {
77 77
         rule.launchActivity(null);
78
+        uiDevice().waitForIdle();
78 79
 
79 80
         onView(withText("React Native Navigation!")).check(matches(isDisplayed()));
80 81
         uiDevice().waitForIdle();