Skip to content

Commit 6e41edd

Browse files
committed
fix
1 parent 3d08a55 commit 6e41edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/src/main/java/com/firebase/ui/auth/compose/ErrorRecoveryDialog.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ import com.firebase.ui.auth.compose.configuration.stringprovider.AuthUIStringPro
5454
* @param stringProvider The [AuthUIStringProvider] for localized strings
5555
* @param onRetry Callback invoked when the user taps the retry action
5656
* @param onDismiss Callback invoked when the user dismisses the dialog
57-
* @param onRecover Optional callback for custom recovery actions based on the exception type
5857
* @param modifier Optional [Modifier] for the dialog
58+
* @param onRecover Optional callback for custom recovery actions based on the exception type
5959
* @param properties Optional [DialogProperties] for dialog configuration
6060
*
6161
* @since 10.0.0
@@ -66,8 +66,8 @@ fun ErrorRecoveryDialog(
6666
stringProvider: AuthUIStringProvider,
6767
onRetry: () -> Unit,
6868
onDismiss: () -> Unit,
69-
onRecover: ((AuthException) -> Unit)? = null,
7069
modifier: Modifier = Modifier,
70+
onRecover: ((AuthException) -> Unit)? = null,
7171
properties: DialogProperties = DialogProperties()
7272
) {
7373
AlertDialog(

0 commit comments

Comments
 (0)