1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 00:39:08 -05:00

Fix text pasting into date field in additional lesson add dialog (#2433)

This commit is contained in:
Kacper Majcher 2024-02-21 21:36:20 +01:00 committed by GitHub
parent ec101c1f52
commit 729e72cddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
android:layout_height="wrap_content"
android:editable="false"
android:focusable="false"
android:inputType="text"
android:inputType="none"
tools:ignore="Deprecated" />
</com.google.android.material.textfield.TextInputLayout>
@ -67,7 +67,7 @@
android:layout_height="wrap_content"
android:editable="false"
android:focusable="false"
android:inputType="text"
android:inputType="none"
tools:ignore="Deprecated" />
</com.google.android.material.textfield.TextInputLayout>
@ -87,7 +87,7 @@
android:layout_height="wrap_content"
android:editable="false"
android:focusable="false"
android:inputType="text"
android:inputType="none"
tools:ignore="Deprecated" />
</com.google.android.material.textfield.TextInputLayout>