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

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>