Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4fde3dc7 authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "Don't try to use display of detached task to update insets" into tm-qpr-dev am: 688d94c4

parents ddb4acc0 688d94c4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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},