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

Commit 8aeabc23 authored by edgar.huang's avatar edgar.huang Committed by android-build-merger
Browse files

Merge "Settings is crashed high probability when doing follow steps" am: 2584202c am: 8f42d1a4

am: e096a55f

Change-Id: Id5ace14f946ac9cab23bcafb053e5087ae6a38a1
parents 2faa5e7a e096a55f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ public class FingerprintSettings extends SubSettings {
            String prefName = genKey(fpId);
            FingerprintPreference fpref = (FingerprintPreference) findPreference(prefName);
            final Drawable highlight = getHighlightDrawable();
            if (highlight != null) {
            if (highlight != null && fpref != null) {
                final View view = fpref.getView();
                final int centerX = view.getWidth() / 2;
                final int centerY = view.getHeight() / 2;