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

Commit 2faac87d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove redundant Nullable annotation for applyDisplayChangeIfNeeded...

Merge "Remove redundant Nullable annotation for  applyDisplayChangeIfNeeded method." into main am: 1849a4c1

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3542019



Change-Id: Idac9852207036c0a2e75ae77b212136c040aee60
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1717520e 1849a4c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3378,7 +3378,6 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener {
     * Applies the new configuration for the changed displays. Returns the activities that should
     * check whether to deliver the new configuration to clients.
     */
    @Nullable
    void applyDisplayChangeIfNeeded(@NonNull ArraySet<WindowContainer<?>> activitiesMayChange) {
        for (int i = mParticipants.size() - 1; i >= 0; --i) {
            final WindowContainer<?> wc = mParticipants.valueAt(i);