From: Damyan Ivanov Date: Sat, 14 Mar 2020 16:45:00 +0000 (+0200) Subject: NT: survive swiping away an account when only two accounts are present X-Git-Tag: v0.12.0~71 X-Git-Url: https://git.ktnx.net/?a=commitdiff_plain;h=0804f05abcbb5a6b4300eac6f881cd9d59bb42bd;hp=0804f05abcbb5a6b4300eac6f881cd9d59bb42bd;p=mobile-ledger.git NT: survive swiping away an account when only two accounts are present 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 ---