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

Commit 28f1d589 authored by Alexander Roederer's avatar Alexander Roederer Committed by Android (Google) Code Review
Browse files

Merge "Fixes comment in NRU" into main

parents 50d26f1a aa1021a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ public class NotificationRankingUpdate implements Parcelable {
            } finally {
                mapParcel.recycle();
                // To prevent memory leaks, we can close the ranking map fd here.
                // Because a reference to this still exists
                // This is safe to do because a reference to this still exists.
                if (buffer != null && mRankingMapFd != null) {
                    SharedMemory.unmap(buffer);
                    mRankingMapFd.close();