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

Commit 072b4cc5 authored by Diksha Gohlyan's avatar Diksha Gohlyan Committed by Automerger Merge Worker
Browse files

Limit number of characters in fileName am: e5692a92

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/12294187

Change-Id: I55303e6afb50247158e1ce6127e518bc6f691ee8
parents d3e8c512 e5692a92
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>