]> git.ktnx.net Git - mobile-ledger.git/commit
notify profile list adapter when the currently selected profile changes
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Mar 2019 11:45:44 +0000 (13:45 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 29 Mar 2019 11:45:44 +0000 (13:45 +0200)
commitd28e54c3e91f3a65e8b4571dc94fe90e953d4c7a
tree30556532ed1c259fe8aed1d0bc765f1465e68e67
parent02c179e4ce41f55cf179ea6d2aabe4bb79f81a72
notify profile list adapter when the currently selected profile changes

this seems to work when the profiles use a different theme because
in this case the activity is restarted (and adapter re-initializes)
but when the changed profiles use the same theme the change was not
reflected in the profile list
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java