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

Commit c09f75b0 authored by Wu Ahan's avatar Wu Ahan
Browse files

Use correct string res for FaceEnrollIntroduction#getAgreeButtonTextRes

Flag: N/A
Bug: 326386200
Test: manually
Change-Id: I5fa5ad0d2d46ccbeb06b716c5d47fb0881b078ad
parent be3a609c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ public class FaceEnrollIntroduction extends BiometricEnrollIntroduction {
    @Override
    @StringRes
    protected int getAgreeButtonTextRes() {
        return R.string.security_settings_fingerprint_enroll_introduction_agree;
        return R.string.security_settings_face_enroll_introduction_agree;
    }

    @Override