]> git.ktnx.net Git - mobile-ledger.git/commit
move reacting to profile changes after the check for theme change
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 16 May 2020 10:55:06 +0000 (13:55 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 16 May 2020 10:55:06 +0000 (13:55 +0300)
commite52fc67f83e69e1357a31d5a86a58d3d936374a1
tree3ad8c089d4ccb1bb164405a568cba7584b303235
parente20e67bf08e669a39a128dbd4c11021b624bbdba
move reacting to profile changes after the check for theme change

this is because a changed theme will recreate the activity, so there
is no need to do any work that will be done upon the re-creation
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java