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

Commit 11169ab7 authored by Lucas Silva's avatar Lucas Silva
Browse files

Unregister task fragment organizer when dream is destroyed.

Fixes: 350734809
Test: android studio profiler with heap dumps
Flag: EXEMPT bugfix
Change-Id: I34e85d9decc13c173840137cd3783215c64203d4
parent 78f735a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,5 +161,6 @@ constructor(
            TASK_FRAGMENT_TRANSIT_CLOSE,
            false
        )
        organizer.unregisterOrganizer()
    }
}