Home
last modified time | relevance | path

Searched refs:currentError (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.kt31 val error = currentError in onCreate()
33 displayError(currentError!!) in onCreate()
34 currentError = null in onCreate()
66 currentError = null in launchHome()
74 currentError = null in reload()
97 private var currentError: DevLauncherAppError? = null variable
108 currentError = error in showErrorIfNotVisible()
121 currentError = error in showError()
134 currentError = error in showFatalError()