BottomDrawer
BottomDrawer copied to clipboard
Problem with Api version 29 et 30
Hello,
The behavior_peekHeight attribute is not respected on Android version 29 and 30, there is additional place added.
See attached screenshots

Thanks
Sorry for late response. Did you solve the problem? You can provide a sample repository, where i can check that wrong behavior on 29,30 api, because my sample works fine on Pixel 4 with api 30.
Hello,
No, the problem persists. Here is a repository where you can check https://github.com/jacquesgiraudel/TestCorner , I join a screenshot of the problem on the Pixel4 Api 29 phone you can find in Firebase Test Lab.
Thank you
Regards
[image: logo] https://www.linkedin.com/in/jacques-giraudel-b33614b/ Jacques Giraudel Product Manager mobile
@.*** 0602358207
75008 Paris https://portal.boostmymail.com/portal/signature https://www.linkedin.com/in/jacques-giraudel-b33614b/ https://twitter.com/GiraudelJacques @.***>
Le lun. 12 juil. 2021 à 09:37, HeyAlex @.***> a écrit :
Sorry for late response. Did you solve the problem? You can provide a sample repository, where i can check that wrong behavior on 29,30 api, because my sample works fine on Pixel 4 with api 30.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HeyAlex/BottomDrawer/issues/11#issuecomment-878046543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5VPHIKNPQCZRKKCHOWUH3TXKLSBANCNFSM46BAFWAA .
I just made additional tests and found that the problem is my use of a newer version of com.google.android.material:material:1.1.0 there is a conflict with CornerMaterialSheetBehavior.getMaxWidth when I try to compile using 1.4.0.
Reverting back to 1.1.0 resolves the problem for my app.
Thanks
[image: logo] https://www.linkedin.com/in/jacques-giraudel-b33614b/ Jacques Giraudel Product Manager mobile
@.*** 0602358207
75008 Paris https://portal.boostmymail.com/portal/signature https://www.linkedin.com/in/jacques-giraudel-b33614b/ https://twitter.com/GiraudelJacques @.***>
Le lun. 12 juil. 2021 à 19:27, Jacques Giraudel @.***> a écrit :
Hello,
No, the problem persists. Here is a repository where you can check https://github.com/jacquesgiraudel/TestCorner , I join a screenshot of the problem on the Pixel4 Api 29 phone you can find in Firebase Test Lab.
Thank you
Regards
[image: logo] https://www.linkedin.com/in/jacques-giraudel-b33614b/ Jacques Giraudel Product Manager mobile
@.*** 0602358207
75008 Paris https://portal.boostmymail.com/portal/signature https://www.linkedin.com/in/jacques-giraudel-b33614b/ https://twitter.com/GiraudelJacques @.***>
Le lun. 12 juil. 2021 à 09:37, HeyAlex @.***> a écrit :
Sorry for late response. Did you solve the problem? You can provide a sample repository, where i can check that wrong behavior on 29,30 api, because my sample works fine on Pixel 4 with api 30.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HeyAlex/BottomDrawer/issues/11#issuecomment-878046543, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB5VPHIKNPQCZRKKCHOWUH3TXKLSBANCNFSM46BAFWAA .
i will take a look on conflict with material 1.4.0. Thanks for reporting