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/third-party-transfer/src/commonMain/kotlin/org/mifos/mobile/feature/third/party/transfer/thirdPartyTransfer/TptScreen.kt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,14 @@ internal fun TptDialog(
130
130
}
131
131
}
132
132
133
+
/**
134
+
* Composable function for the main content of the Third Party Transfer screen.
135
+
* It handles displaying the loading indicator, error messages, and the main form.
136
+
*
137
+
* @param state The current state of the Third Party Transfer screen.
138
+
* @param onAction A function to handle actions from this composable.
139
+
* @param modifier The modifier to apply to this composable.
0 commit comments