Updated on 2026-08-14

This commit is contained in:
Tangem 2021-05-21 09:30:45 +03:00
parent abd53234f3
commit 3b9bfe13d8

View file

@ -106,7 +106,7 @@ class WalletFragment : Fragment(R.layout.fragment_wallet), StoreSubscriber<Walle
if (!state.shouldShowDetails) {
toolbar.menu.removeItem(R.id.details_menu)
} else if (toolbar.menu.findItem(R.id.details_menu) == null) {
toolbar.menu.add(R.menu.wallet, R.id.details_menu, NONE, R.string.details_title)
toolbar.inflateMenu(R.menu.wallet)
}
setupNoInternetHandling(state)