From: Damyan Ivanov Date: Sat, 19 Oct 2019 13:17:16 +0000 (+0300) Subject: ProfileThemedActivity: load profile from options if none is loaded yet X-Git-Tag: v0.11.0~98 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=aab4c009a95d371354f14685152b275812d60a15;hp=aab4c009a95d371354f14685152b275812d60a15;p=mobile-ledger.git 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 ---