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

Commit 43be4b9b authored by Paul Lawrence's avatar Paul Lawrence Committed by Android (Google) Code Review
Browse files

Merge "Stop long passwords crashing CryptKeeper" into mnc-dr-dev

parents c2e73bbc 44985b9c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:inputType="textPassword"
        android:textSize="16sp"
        android:padding="10sp"
        android:maxLength="500"
        style="@style/TextAppearance.CryptKeeper_PasswordEntry" />

   <include layout="@layout/crypt_keeper_switch_input_method" />
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@
        android:inputType="numberPassword"
        android:textSize="28sp"
        android:padding="4sp"
        android:maxLength="500"
        style="@style/TextAppearance.CryptKeeper_PasswordEntry" />

   <include layout="@layout/crypt_keeper_switch_input_method" />