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
Added null check to fix NullPointerException being thrown (#931)
* Added null check to fix `NullPointerException` being thrown
* getRootWindowInsets() from `Activity` `DecorView` is null some cases (most likely when opening the app from cold start)
* null check will now return early with the decorView height instead of the sum of the height, top inset, and bottom inset
* Assigning `WindowInsets` to variable first and then assessing
0 commit comments