Skip to content

Release 2.5.2

Compare
Choose a tag to compare
@jpudysz jpudysz released this 02 Apr 15:03
· 46 commits to main since this release

2.5.2 (2024-04-02)

Features

Android devices with a notch (cutout) could receive two initial events regarding the insets. This occurred because currentActivity was null when Unistyles was calculating insets for UnistylesRuntime. This update should resolve the issue 💪

  • mark platform extension for insets as lateinit to help reducing number of events (d68b6a5)