You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/flipcash/features/advanced/src/main/kotlin/com/flipcash/app/advanced/internal/AdvancedFeatureMenuItems.kt
Copy file name to clipboardExpand all lines: apps/flipcash/features/advanced/src/main/kotlin/com/flipcash/app/advanced/internal/AdvancedFeaturesScreenViewModel.kt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ import javax.inject.Inject
17
17
18
18
privatevalFullMenuList= buildList {
19
19
add(CurrencyCreator)
20
+
add(BillCustomizer)
20
21
add(Deposit)
21
22
add(DeviceLogs)
22
23
}
@@ -40,10 +41,11 @@ internal class AdvancedFeaturesScreenViewModel @Inject constructor(
40
41
data classOnBetaFeaturesUnlocked(valunlocked:Boolean) : Event
41
42
data classOnCurrencyCreatorEnabled(valenabled:Boolean) : Event
Copy file name to clipboardExpand all lines: apps/flipcash/features/bill-customization/src/main/kotlin/com/flipcash/app/bill/customization/BillCustomizationScaffold.kt
Copy file name to clipboardExpand all lines: apps/flipcash/features/discovery/src/main/kotlin/com/flipcash/app/discovery/internal/TokenDiscoveryViewModel.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ internal class TokenDiscoveryViewModel @Inject constructor(
0 commit comments