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

Commit 1849a4c1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove redundant Nullable annotation for applyDisplayChangeIfNeeded method." into main

parents 9eb9675d da447244
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);