]> git.ktnx.net Git - mobile-ledger.git/commitdiff
NT: survive swiping away an account when only two accounts are present
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 14 Mar 2020 16:45:00 +0000 (18:45 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 14 Mar 2020 16:45:00 +0000 (18:45 +0200)
the old code ignored the swipe, but did not null it, so the UI was still
left with only one account

the new code accounts for the swipe as usual and lets
viewModel.checkTransactionSubmittable add the now missing account row


No differences found