Home
last modified time | relevance | path

Searched refs:openedErrorActivity (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorActivity.kt46 openedErrorActivity = WeakReference(this) in onResume()
51 openedErrorActivity = WeakReference(null) in onPause()
96 private var openedErrorActivity = WeakReference<DevLauncherErrorActivity?>(null) variable
100 val errorActivity = openedErrorActivity.get() in isVisible()
105 val errorActivity = openedErrorActivity.get() in showErrorIfNotVisible()
118 val errorActivity = openedErrorActivity.get() in showError()