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
1 changed files with 1 additions and 1 deletions

View File

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