Loading services/core/java/com/android/server/wm/WindowContainer.java +4 −1 Original line number Diff line number Diff line Loading @@ -477,8 +477,11 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer< } mLocalInsetsSourceProviders.remove(insetsTypes[i]); } // Update insets if this window is attached. if (mDisplayContent != null) { mDisplayContent.getInsetsStateController().updateAboveInsetsState(true); } } /** * Sets an {@link InsetsSourceProvider} to be associated with this {@code WindowContainer}, Loading Loading
services/core/java/com/android/server/wm/WindowContainer.java +4 −1 Original line number Diff line number Diff line Loading @@ -477,8 +477,11 @@ class WindowContainer<E extends WindowContainer> extends ConfigurationContainer< } mLocalInsetsSourceProviders.remove(insetsTypes[i]); } // Update insets if this window is attached. if (mDisplayContent != null) { mDisplayContent.getInsetsStateController().updateAboveInsetsState(true); } } /** * Sets an {@link InsetsSourceProvider} to be associated with this {@code WindowContainer}, Loading