]> git.ktnx.net Git - mobile-ledger.git/commit
update the current profile value when profile list has changed
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 May 2021 17:34:16 +0000 (20:34 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 6 May 2021 17:34:16 +0000 (20:34 +0300)
commitbc7510c72087c68d82c93dafac9269753c01875c
treeb6431cc41234dc1698464edc5b5d2aa1690313b2
parent3173a61c334646acf7cdd776b1001243dddd1baa
update the current profile value when profile list has changed

without this, Data.getProfile() returns a previous value that may not be
current, e.g. the default currency have been changed
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java