Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-18 18:47:15 +03:00
parent 38e3891680
commit c81ce487a2
30 changed files with 403 additions and 20 deletions

View file

@ -0,0 +1,10 @@
package com.tangem.features.send.api.featuretoggles
/**
* Send feature toggles
*/
interface SendFeatureToggles {
/** Availability of redesigned send screen */
val isRedesignedSendEnabled: Boolean
}

View file

@ -1,4 +1,4 @@
package com.tangem.features.send.navigation
package com.tangem.features.send.api.navigation
import androidx.fragment.app.Fragment