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

Commit 64184ab4 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 am: 2faac87d

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



Change-Id: I3f7ca95a2ee1ae9ff640846a6241a14d84e32ab9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1a88c349 2faac87d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3401,7 +3401,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);