ikew0ng / SwipeBackLayout

An Android library that help you to build app with swipe back gesture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TranslucentConversionListener is wrong ordered on some device android 14

january-lab opened this issue · comments

image

This logic should be updated for android 14.
Eg: Samsung android 14 device will return the reverse result so you may update wrong value. You want update ATranslucentConversionListener but now you only got BTranslucentConversionListener from the loop. (before we found ATranslucentConversionListener)