-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Milestone
Description
Step 1: Are you in the right place?
yes
Step 2: Describe your environment
- Android device: Meizu M5s
- Android OS version: 6
- Google Play Services version: N/A
- Firebase/Play Services SDK version: N/A
- FirebaseUI version: 4.3.1
Step 3: Describe the problem:
App crash when launches Firebase login UI/ Phone authen.
Steps to reproduce:
Observed Results:
http://crashes.to/s/3620e0e34ad
This is an known issue on Meizu devices that android.support.design.widget.TextInputLayout is crashed. There are a work-around described at https://stackoverflow.com/questions/51891415/nullpointerexception-on-meizu-devices-in-editor-updatecursorpositionmz
Expected Results:
No crash
Can we avoid using android.support.design.widget.TextInputLayout / com.google.android.material.textfield.TextInputLayout or adopt above workaround for phone login?
osipovaleks and Nebneb