Alexander Taran
Alexander Taran
it still doesn't work correctly. Here is an example in my test project: https://github.com/ChairfaceChippendale/EasyEngMaterial/blob/dev-kotlin/flow/catalog/src/main/java/com/ujujzk/ee/catalog/CatalogFragment.kt both rtToolbar.applySystemWindowInsetsToMargin(top = true) and addBtn.applySystemWindowInsetsToMargin(bottom = true) have no effect until you interact with the...
Yes, you might see that there is commented code with `postUpdateLayoutParams` and it really works. I've tried requestLayout() it doesn't help much
BTW, I test it on the emulator with SDK 29
ConstraintLayout 2.0.3 works great! And it somehow fixes this issue also for the RelativeLayout
I had a similar issue with the audio. In my case, it was related to the version of `mp4parser:isoparser`. With 1.0.6 it worked fine and newer version removed an audio...
I had a similar issue with the audio. In my case, it was related to the version of mp4parser:isoparser. With 1.0.6 it worked fine and newer version removed an audio...