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

Commit 8ce9e096 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Limit number of characters in fileName

Test: atest DocumentsUIGoogleTests
Bug: 162300630

Change-Id: I5bcd6e6a381be46e75698042368ea2d98365219e
(cherry picked from commit e5692a92)
parent 90658fd5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
            android:id="@android:id/text1"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:maxLength="255"
            android:inputType="textCapSentences"/>

    </com.google.android.material.textfield.TextInputLayout>