]> git.ktnx.net Git - mobile-ledger.git/commit - app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileThemedActivity.java
several fixes when there are no profiles after full room adoption
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:44:43 +0000 (04:44 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 26 Apr 2021 04:44:43 +0000 (04:44 +0000)
commitfaa01b22a0f23efe6302d4787c244bb4f241b8da
tree0fd794c281245ba9d7245cae3504e6996abdad84
parent68603fc7e81b17c2808c8ad372d6c983aecf5e3a
several fixes when there are no profiles after full room adoption

in particular, the ProfileThemedActivity doesn't call finish() when
there is no current profile, because this is exactly the case when the
app has just been installed and the main activity's introductory
interface needs to be shown
app/src/main/java/net/ktnx/mobileledger/ui/account_summary/AccountSummaryFragment.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileThemedActivity.java