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

Commit b4998320 authored by Jason Chang's avatar Jason Chang Committed by Android (Google) Code Review
Browse files

Merge "Adjust the space of header & content of Settings' "Choose a new screen...

Merge "Adjust the space of header & content of Settings' "Choose a new screen lock" page for expressive style" into main
parents faa88018 eccb26cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -456,6 +456,9 @@ public class ChooseLockGeneric extends SettingsActivity {
                }
            } else {
                textView.setText("");
                if (BiometricUtils.useExpressiveStyle(getContext(), getIntent())) {
                    textView.setVisibility(View.GONE);
                }
            }
        }