Snackbar and other animations stopped working on some Android devices

前端 未结 3 533
情书的邮戳
情书的邮戳 2021-01-31 18:12

I have a very odd issue that I cannot figure out. I was not an issue until recently but I can\'t seem to revert back to prevent it. Also the other odd thing is it works on some

3条回答
  •  离开以前
    2021-01-31 19:06

    This has been fixed since Material Components for Android 1.0.0-alpha3 with this commit.

    Use it instead of the Design Library (which is the way to go if you're using AndroidX):

    implementation "com.google.android.material:material:$material_components_version"
    

提交回复
热议问题