]> git.ktnx.net Git - mobile-ledger.git/commit
ProfileThemedActivity: fetch current profile synchronously
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 10 Nov 2019 09:15:47 +0000 (11:15 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 10 Nov 2019 09:15:47 +0000 (11:15 +0200)
commit58d086fc6becaf923ad5dfc0d48752bb7498e5d3
tree34529cf7e2b016448ca9a2e803725671de56fe0e
parent2718441df5eb725029fd223cc46a9a28e56a6a0a
ProfileThemedActivity: fetch current profile synchronously

the onCreate method must finish setting up the theme before
returning and giving way to creation of views

if the current profile data comes asynchronously, it may be too late and
some views may have already been created
app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileThemedActivity.java