mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 14:37:59 +01:00
properly launch the main activity on first app use
This commit is contained in:
parent
61ded74c06
commit
2476b97452
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class SplashActivity : BaseSplashActivity() {
|
|||
} else {
|
||||
if (config.appRunCount == 0) {
|
||||
config.wereFavoritesMigrated = true
|
||||
launchActivity()
|
||||
} else {
|
||||
config.wereFavoritesMigrated = true
|
||||
ensureBackgroundThread {
|
||||
|
|
Loading…
Reference in a new issue