Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-10 18:03:44 +03:00
parent a0ce025263
commit 9cc6f26cf4
21 changed files with 471 additions and 3 deletions

View file

@ -167,5 +167,6 @@ private fun fragmentFactory(screen: AppScreen): Fragment {
AppScreen.SaveWallet -> SaveWalletBottomSheetFragment()
AppScreen.AppCurrencySelector -> AppCurrencySelectorFragment()
AppScreen.ModalNotification -> ModalNotificationBottomSheetFragment()
AppScreen.Staking -> store.inject(getDependency = DaggerGraphState::stakingRouter).getEntryFragment()
}
}