mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Remove inline keyword from updatePasswordLength() (#1213)
This commit is contained in:
parent
2db31440d2
commit
af266723e9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue