From: Damyan Ivanov Date: Fri, 23 Apr 2021 20:32:43 +0000 (+0300) Subject: do not force transaction list reload upon main activity start X-Git-Tag: v0.18.0~33 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=1796886d67b4d62c9fad1ea0980f38f53b8ce3b7;hp=1796886d67b4d62c9fad1ea0980f38f53b8ce3b7;p=mobile-ledger.git do not force transaction list reload upon main activity start 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 ---