Loading core/java/android/view/WindowInsets.java +1 −1 Original line number Diff line number Diff line Loading @@ -675,7 +675,7 @@ public final class WindowInsets { @Deprecated @NonNull public Insets getStableInsets() { return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); return getInsets(mTypeMaxInsetsMap, systemBars()); } /** Loading Loading
core/java/android/view/WindowInsets.java +1 −1 Original line number Diff line number Diff line Loading @@ -675,7 +675,7 @@ public final class WindowInsets { @Deprecated @NonNull public Insets getStableInsets() { return getInsets(mTypeMaxInsetsMap, mCompatInsetsTypes); return getInsets(mTypeMaxInsetsMap, systemBars()); } /** Loading