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
Bug 1942584: Check that root window insets are non-null before using them. This should fix a NPE crash observed in the play store. r=android-reviewers,petru
Copy file name to clipboardExpand all lines: mobile/android/android-components/components/feature/prompts/src/main/java/mozilla/components/feature/prompts/dialog/GestureNavUtils.kt
+11-12Lines changed: 11 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,15 @@ object GestureNavUtils {
27
27
* @param window The containing [Window] of the current `Activity`.
28
28
* @return true if the device supports gesture navigation and gestures are enabled.
0 commit comments