]> git.ktnx.net Git - mobile-ledger.git/commit
new transaction: avoid manipulating the FAB directly, use the manager
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Mar 2021 19:43:08 +0000 (21:43 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 4 Mar 2021 19:43:08 +0000 (21:43 +0200)
commit2840b585bf86dc12ae920113bf8fb723d4883cca
treedd9ebde4797c311b0e72a7cb788ba17434de8a7a
parentb1980d4f39a5382420a1e600a0fe5a79115db498
new transaction: avoid manipulating the FAB directly, use the manager

direct manipulation leads to inconsistency - the manager thinks that the
fab is visible and refuses to show it
app/src/main/java/net/ktnx/mobileledger/ui/new_transaction/NewTransactionActivity.java