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

Commit 51cc655c authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 2fad853b: Merge "Limit length of SSID input string to 32"

* commit '2fad853b':
  Limit length of SSID input string to 32
parents 7c8363eb 2fad853b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@

                <EditText android:id="@+id/ssid"
                        style="@style/wifi_item_content"
                        android:maxLength="32"
                        android:singleLine="true"
                        android:inputType="textNoSuggestions" />
             </LinearLayout>