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: feature/account/src/main/java/org/mifos/mobile/feature/account/clientAccount/screens/ClientAccountsScreen.kt
+2-1
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,10 @@ internal fun ClientAccountsScreen(
55
55
val context =LocalContext.current
56
56
57
57
var isDialogActive by rememberSaveable { mutableStateOf(false) }
58
-
var currentPage by rememberSaveable { mutableIntStateOf(0) }
59
58
60
59
val accountType by viewModel.accountType.collectAsStateWithLifecycle()
60
+
61
+
var currentPage by rememberSaveable { mutableIntStateOf(accountType?.ordinal ?:0) }
61
62
val filterList by viewModel.filterList.collectAsStateWithLifecycle()
Copy file name to clipboardexpand all lines: feature/savings/src/main/java/org/mifos/mobile/feature/savings/savingsMakeTransfer/SavingsMakeTransferScreen.kt
Copy file name to clipboardexpand all lines: feature/savings/src/main/java/org/mifos/mobile/feature/savings/savingsMakeTransfer/SavingsMakeTransferViewModel.kt
Copy file name to clipboardexpand all lines: feature/third-party-transfer/src/main/java/org/mifos/mobile/feature/third/party/transfer/ThirdPartyTransferScreen.kt
Copy file name to clipboardexpand all lines: feature/third-party-transfer/src/main/java/org/mifos/mobile/feature/third/party/transfer/navigation/ThirdPartyTransferNavGraph.kt
0 commit comments