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

Commit dbff07d1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "In NotificationRecord, clean out adjustments once they've been applied."

parents f53d972e b020b5e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -690,6 +690,8 @@ public final class NotificationRecord {
                                    importance));
                }
            }
            // We have now gotten all the information out of the adjustments and can forget them.
            mAdjustments.clear();
        }
    }