mirror of
https://github.com/bitwarden/android.git
synced 2026-03-22 20:41:29 -05:00
Remove an unused UI variable (#1261)
This commit is contained in:
committed by
Álison Fernandes
parent
617ffbd36a
commit
5f1cfcbbc5
@@ -122,10 +122,6 @@ fun CreateAccountScreen(
|
||||
}
|
||||
}
|
||||
|
||||
val haveIBeenPwnedMessage = remember {
|
||||
R.string.weak_password_identified_and_found_in_a_data_breach_alert_description.asText()
|
||||
}
|
||||
|
||||
// Show dialog if needed:
|
||||
when (val dialog = state.dialog) {
|
||||
is CreateAccountDialog.Error -> {
|
||||
|
||||
Reference in New Issue
Block a user