mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-24 07:47:45 +01:00
properly launch the main activity on first app use
This commit is contained in:
parent
61ded74c06
commit
2476b97452
@ -18,6 +18,7 @@ class SplashActivity : BaseSplashActivity() {
|
||||
} else {
|
||||
if (config.appRunCount == 0) {
|
||||
config.wereFavoritesMigrated = true
|
||||
launchActivity()
|
||||
} else {
|
||||
config.wereFavoritesMigrated = true
|
||||
ensureBackgroundThread {
|
||||
|
Loading…
x
Reference in New Issue
Block a user