Updated on 2026-08-14
This commit is contained in:
parent
2803ac9eef
commit
ee722c5f46
11 changed files with 327 additions and 198 deletions
|
|
@ -6,6 +6,7 @@ import androidx.fragment.app.Fragment
|
|||
import androidx.fragment.app.FragmentActivity
|
||||
import androidx.fragment.app.FragmentManager
|
||||
import com.tangem.common.extensions.VoidCallback
|
||||
import com.tangem.feature.referral.ReferralFragment
|
||||
import com.tangem.tap.common.redux.navigation.AppScreen
|
||||
import com.tangem.tap.common.redux.navigation.FragmentShareTransition
|
||||
import com.tangem.tap.features.details.ui.appsettings.AppSettingsFragment
|
||||
|
|
@ -108,5 +109,6 @@ private fun fragmentFactory(screen: AppScreen): Fragment {
|
|||
AppScreen.WalletDetails -> WalletDetailsFragment()
|
||||
AppScreen.WalletConnectSessions -> WalletConnectFragment()
|
||||
AppScreen.QrScan -> QrScanFragment()
|
||||
AppScreen.ReferralProgram -> ReferralFragment()
|
||||
}
|
||||
}
|
||||
|
|
@ -22,4 +22,5 @@ enum class AppScreen(
|
|||
AddTokens, AddCustomToken,
|
||||
WalletConnectSessions,
|
||||
QrScan,
|
||||
ReferralProgram
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue