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

Commit a9d7d4fa authored by Pasty Chang's avatar Pasty Chang Committed by android-build-merger
Browse files

Merge "Fix fingerprint enrolling in settings show heavy theme" into qt-dev

am: 57ac23b2

Change-Id: I8fa351eb810616c189ee412dab1832c8afe0e6d2
parents 3e39f948 57ac23b2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -138,7 +138,9 @@ public class FingerprintEnrollEnrolling extends BiometricsEnrollEnrolling {
        mProgressBar = (ProgressBar) findViewById(R.id.fingerprint_progress_bar);
        mVibrator = getSystemService(Vibrator.class);

        if (getLayout().shouldApplyPartnerHeavyThemeResource()) {
            DescriptionStyler.applyPartnerCustomizationStyle(mRepeatMessage);
        }
        mFooterBarMixin = getLayout().getMixin(FooterBarMixin.class);
        mFooterBarMixin.setSecondaryButton(
                new FooterButton.Builder(this)