mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 11:56:35 -05:00
added curly braces
This commit is contained in:
@@ -91,8 +91,9 @@ fun ManageDevicesScreen(
|
||||
onNavigateToLoginApproval(event.fingerprint)
|
||||
}
|
||||
|
||||
is ManageDevicesEvent.ShowSnackbar ->
|
||||
is ManageDevicesEvent.ShowSnackbar -> {
|
||||
snackbarHostState.showSnackbar(event.data)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user