Android 8.0 Oreo crash on focusing TextInputEditText

前端 未结 8 1632
借酒劲吻你
借酒劲吻你 2020-12-12 14:28

After updating some of our devices to android 8.0 , upon focusing on a TextInputEditText field inside of a TextInputLayout, the app crashes with th

8条回答
  •  自闭症患者
    2020-12-12 15:21

    Add below mentioned attribute in your EditText:

    android:importantForAutofill="noExcludeDescendants"

提交回复
热议问题