mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-24 15:57:37 +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 {
|
} else {
|
||||||
if (config.appRunCount == 0) {
|
if (config.appRunCount == 0) {
|
||||||
config.wereFavoritesMigrated = true
|
config.wereFavoritesMigrated = true
|
||||||
|
launchActivity()
|
||||||
} else {
|
} else {
|
||||||
config.wereFavoritesMigrated = true
|
config.wereFavoritesMigrated = true
|
||||||
ensureBackgroundThread {
|
ensureBackgroundThread {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user