You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/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.
4 years ago
..
NotificationSessionObserver.kt For #9100: Follow-up to fix memory leak in NotificationSessionObserver 4 years ago
PerformanceActivityLifecycleCallbacks.kt Pre: introduce a RunWhenReadyQueue 4 years ago
SessionNotificationService.kt For #9100: Follow-up to fix memory leak in NotificationSessionObserver 4 years ago
VisibilityLifecycleCallback.kt For #9100 - Private browsing notification fixes 4 years ago