android / codelab-constraint-layout

Constraint Layout Codelab
https://codelabs.developers.google.com/codelabs/constraint-layout/
Apache License 2.0
471 stars 242 forks source link

Coordinator layouts fail to show snack bars after an edit text as requested focus #67

Open badvok666 opened 5 years ago

badvok666 commented 5 years ago

I found that on beta 2, my snack bars stopped showing. Only after i had requested focus on a material.textfield.TextInputLayout.

I found rolling back fixed my issue so i don't have much more information, but i thought it better to at least draw some attention to it here.