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

Commit 964df047 authored by Jernej Virag's avatar Jernej Virag Committed by Android (Google) Code Review
Browse files

Merge "Shallow copy notifications when measuring memory use" into main

parents 13ad609c 85a1a265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ constructor(

    private fun getAllNotificationsOnMainThread() =
        runBlocking(mainDispatcher) {
            traceSection("NML#getNotifications") { notificationPipeline.allNotifs }
            traceSection("NML#getNotifications") { notificationPipeline.allNotifs.toList() }
        }
}