Home
last modified time | relevance | path

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

/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoUpdatesAppLoader.kt86 var shouldShowAppLoaderStatus = true variable
397 shouldShowAppLoaderStatus = false in setShouldShowAppLoaderStatus()
400 shouldShowAppLoaderStatus = !manifest.isDevelopmentSilentLaunch() in setShouldShowAppLoaderStatus()
/expo/android/expoview/src/main/java/host/exp/exponent/experience/
H A DExperienceActivity.kt313 if (appLoader != null && !appLoader.isUpToDate && appLoader.shouldShowAppLoaderStatus) { in <lambda>()
384 if (appLoader != null && appLoader.shouldShowAppLoaderStatus) { in <lambda>()