Updated on 2026-08-14
This commit is contained in:
parent
38e3891680
commit
c81ce487a2
30 changed files with 403 additions and 20 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.tangem.features.send.api.featuretoggles
|
||||
|
||||
/**
|
||||
* Send feature toggles
|
||||
*/
|
||||
interface SendFeatureToggles {
|
||||
|
||||
/** Availability of redesigned send screen */
|
||||
val isRedesignedSendEnabled: Boolean
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.tangem.features.send.navigation
|
||||
package com.tangem.features.send.api.navigation
|
||||
|
||||
import androidx.fragment.app.Fragment
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue