]> git.ktnx.net Git - mobile-ledger-staging.git/commit
avoid scrolling to the last 'go to date' after reconfiguration
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 17 Jun 2020 19:18:20 +0000 (22:18 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 17 Jun 2020 19:18:20 +0000 (22:18 +0300)
commit547bbc03e61978caa1efc6eea23306bd690d9429
tree6fc6ba918a52783d3670ceab1a036c65b20c2eec
parent80a4e62ba2e7da3f58fd5a614d616ac964d321ca
avoid scrolling to the last 'go to date' after reconfiguration

a cleaner solution would be to have some sort of messaging mechanism to notify the fragment of the position of the 'go to' date
app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java