mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 20:54:58 -05:00
Remove inline keyword from updatePasswordLength() (#1213)
This commit is contained in:
committed by
Álison Fernandes
parent
2db31440d2
commit
af266723e9
@@ -1404,7 +1404,7 @@ class GeneratorViewModel @Inject constructor(
|
||||
/**
|
||||
* Updates the length property of the [Password] to reflect the new minimum.
|
||||
*/
|
||||
private inline fun updatePasswordLength() {
|
||||
private fun updatePasswordLength() {
|
||||
updatePasswordType { currentPasswordType ->
|
||||
currentPasswordType.copy(
|
||||
length = currentPasswordType.minimumLength,
|
||||
|
||||
Reference in New Issue
Block a user