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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,5 @@ internal data object BillCustomizer : FullMenuItem<AdvancedFeaturesScreenViewMod
Copy file name to clipboardExpand all lines: apps/flipcash/features/advanced/src/main/kotlin/com/flipcash/app/advanced/internal/AdvancedFeaturesScreenViewModel.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ internal class AdvancedFeaturesScreenViewModel @Inject constructor(
37
37
data classOnBetaFeaturesUnlocked(valunlocked:Boolean) : Event
38
38
data classOnBillCustomizerEnabled(valenabled:Boolean) : Event
39
39
data classOpenScreen(valscreen:AppRoute) : Event
40
+
41
+
data objectOpenBillPlayground: Event
40
42
}
41
43
42
44
init {
@@ -75,6 +77,7 @@ internal class AdvancedFeaturesScreenViewModel @Inject constructor(
0 commit comments