You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Android safe areas should work when there are no cutouts (#3926)
This fixes https://github.com/codenameone/CodenameOne/issues/3925, where it was demonstrated that the Sheet was being cut off by the bottom navigation bar.
I found that the current code for updating the safe area would always return zero insets if the device didn't have a cutout.
Fixed it so that system bars would still be incorporated into the safe area even with there were no cutouts.