Update dependencies

This commit is contained in:
topjohnwu
2022-01-14 00:07:19 -08:00
parent a7af8b5722
commit d7b51d2807
3 changed files with 6 additions and 6 deletions

View File

@@ -43,7 +43,7 @@ abstract class BaseMainActivity<VM : BaseViewModel, Binding : ViewDataBinding>
if (!isRunningAsStub) {
val splashScreen = installSplashScreen()
splashScreen.setKeepVisibleCondition { doPreload }
splashScreen.setKeepOnScreenCondition { doPreload }
}
if (doPreload) {