Posts

Showing posts with the label android-textinputlayout

clicking on TextInputLayout crashes in Oppo F1S running 5.1.1

Image
Clash Royale CLAN TAG #URR8PPP clicking on TextInputLayout crashes in Oppo F1S running 5.1.1 After clicking on TextInputLayout, the app crashes after a delay of 1 sec in Oppo F1S running 5.1.1. I dont have access to device fist I got crash reported by crashlytics, then I asked my remote friends to try it on their oppo phone. I am not able to figure out the cause, and again as I dont have access to the device, I am finding its very difficuilt to counter the issue. Its working fine in other devices and even in oppoF7 which is running 8.1.0 This is my XML <android.support.design.widget.TextInputLayout android:id="@+id/til_email" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginEnd="24dp" android:layout_marginStart="24dp" android:layout_marginTop="32dp" android:theme="@style/TextLabel"...