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

Commit da447244 authored by lijilou's avatar lijilou
Browse files

Remove redundant Nullable annotation for applyDisplayChangeIfNeeded

method.

Bug: none
Flag: EXEMPT minor optimization
Change-Id: I3b644949d5c7e1981f27d0ee7716163206b1b1b8
parent 2576ad70
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);