Fixed that toolbar icons' state hasn't been set correctly at app start

This commit is contained in:
dankito 2020-05-16 22:52:48 +02:00
parent 685e4209c3
commit 50ccc547ad

View file

@ -137,7 +137,7 @@ class HomeFragment : Fragment() {
handleGetTransactionsResponse(response)
}
updateTransactionsToDisplayOnUiThread()
updateMenuItemsStateAndTransactionsToDisplay()
}