]> git.ktnx.net Git - mobile-ledger.git/commitdiff
do not force transaction list reload upon main activity start
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 23 Apr 2021 20:32:43 +0000 (23:32 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 25 Apr 2021 17:07:58 +0000 (17:07 +0000)
instead, let the account filter observer trigger it (account filter live
data is initialized with a value)

this drops the reloading upon profile change, but profile changes
restart the activity anyway, as do theme changes

also, more precise reaction on account filter changes in the fragment --
no need to reload transactions there now that the main activity does it


No differences found