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

Commit 7f177801 authored by Jin Dong's avatar Jin Dong Committed by David Magno
Browse files

Crash occurs when entering a Bluetooth broadcast password

BT crashes when entering a password longer than 16 characters.
Limit the password length to 16 characters.

Fixes: 292053940
Test: Manual
Change-Id: I1ed2cfc33c3b0dbdcf2a9c865b748b6376bce1bc
parent 24db817a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
        android:id="@+id/broadcast_edit_text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:maxLength="16"
        android:minHeight="48dp"
        android:textAlignment="viewStart"/>
    <TextView