1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/session
Christian Sadilek 64440409b0 For #9100: Follow-up to fix memory leak in NotificationSessionObserver
The observer was moved and is now bound to the activity and its
context. If the activity is re-created we leak the observer and
therefore the activity itself.

With this we make sure to stop the observer and also don't use
the activity context to begin with.
2020-06-25 16:17:38 -04:00
..
NotificationSessionObserver.kt For #9100: Follow-up to fix memory leak in NotificationSessionObserver 2020-06-25 16:17:38 -04:00
PerformanceActivityLifecycleCallbacks.kt Pre: introduce a RunWhenReadyQueue 2020-03-30 21:43:38 -07:00
SessionNotificationService.kt For #9100: Follow-up to fix memory leak in NotificationSessionObserver 2020-06-25 16:17:38 -04:00
VisibilityLifecycleCallback.kt For #9100 - Private browsing notification fixes 2020-06-24 21:35:11 -04:00