Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21b5858f authored by Wenhui Yang's avatar Wenhui Yang
Browse files

Remove duplicate code in CredentialPasswordView

Fixes: 294111907
Test: atest CredentialViewModelTest
Test: manual (use test app and verify credential screens)
Change-Id: I3a6f6a524e131b6d1b3d4754eaf209d83a8f3d59
parent d921b37e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ class CredentialPasswordView(context: Context, attrs: AttributeSet?) :
        subtitleView = requireViewById(R.id.subtitle)
        descriptionView = requireViewById(R.id.description)
        iconView = requireViewById(R.id.icon)
        subtitleView = requireViewById(R.id.subtitle)
        passwordField = requireViewById(R.id.lockPassword)
        credentialHeader = requireViewById(R.id.auth_credential_header)
        credentialInput = requireViewById(R.id.auth_credential_input)