]> git.ktnx.net Git - mobile-ledger.git/commit
wipe retrieval progress when transaction retrieval is stopped
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 20 Apr 2021 19:46:46 +0000 (22:46 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Tue, 20 Apr 2021 19:46:46 +0000 (22:46 +0300)
commitb033938cc547329fd4bab5b15304a099b10360e0
tree24592eaf7f08d27db7b2d4a7c74e08d44ef8a10f
parent673119deb3dfcb78b6f6259213c8db34b7aa36c9
wipe retrieval progress when transaction retrieval is stopped

fixes a glitch when a retrieval error suggests changing profile
configuration, and from there the profile is deleted and activity
restarted because of the change of the active profile. the new activity
instance observes the retrieval result and gets the error and reports it
erroneously
app/src/main/java/net/ktnx/mobileledger/ui/MainModel.java
app/src/main/java/net/ktnx/mobileledger/ui/activity/MainActivity.java