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

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

Merge "Remove unused local variable classloader in NotificationListenerService." into main

parents af9fdf0a a67d79d6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2310,7 +2310,6 @@ public abstract class NotificationListenerService extends Service {
        // -- parcelable interface --
        // -- parcelable interface --


        private RankingMap(Parcel in) {
        private RankingMap(Parcel in) {
            final ClassLoader cl = getClass().getClassLoader();
            final int count = in.readInt();
            final int count = in.readInt();
            mOrderedKeys.ensureCapacity(count);
            mOrderedKeys.ensureCapacity(count);
            mRankings.ensureCapacity(count);
            mRankings.ensureCapacity(count);