]> git.ktnx.net Git - mobile-ledger.git/commit
ProfileThemedActivity: load profile from options if none is loaded yet
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 19 Oct 2019 13:17:16 +0000 (16:17 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 19 Oct 2019 13:17:16 +0000 (16:17 +0300)
commitaab4c009a95d371354f14685152b275812d60a15
treef26f1a96423ac265a823364ce4e65be86431f04a
parentd3c4d97302db96e1aeef4e31f49593cbb13acb3b
ProfileThemedActivity: load profile from options if none is loaded yet

This may happen if the app is removed from memory while the new transaction
activity is active; when the app is started later it goes straight to the
new transaction activity and there is no profile loaded from the options db
in the normal startup the main activity is first and it loads the profile.

Another way to start the new transaction activity without passing via the
main activity is through the app shortcuts
app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileThemedActivity.java