]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/activity/SplashActivity.java
fixed a hard to reproduce crash upon returning to the app
[mobile-ledger-staging.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / SplashActivity.java
index c1bb4d3285f6828b1695016af4092936bf67da8e..4205c80b5775084c898792bdca8c3115479b0bee 100644 (file)
@@ -105,7 +105,7 @@ public class SplashActivity extends CrashReportingActivity {
             String profileUUID = MLDB.getOption(MLDB.OPT_PROFILE_UUID, null);
             MobileLedgerProfile startupProfile = Data.getProfile(profileUUID);
             if (startupProfile != null)
-                Data.setCurrentProfile(startupProfile);
+                Data.postCurrentProfile(startupProfile);
             return null;
         }
         @Override