Handle remarks from PR #1127
This commit is contained in:
parent
14c568dea2
commit
c84b1747e7
4 changed files with 12 additions and 9 deletions
|
|
@ -57,7 +57,7 @@ fun PreferencesRootView(
|
|||
onOpenRageShake: () -> Unit,
|
||||
onOpenAbout: () -> Unit,
|
||||
onOpenDeveloperSettings: () -> Unit,
|
||||
onSuccessLogout: (String?) -> Unit,
|
||||
onSuccessLogout: (logoutUrlResult: String?) -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
val snackbarHostState = rememberSnackbarHostState(snackbarMessage = state.snackbarMessage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue