Skip to content

Fix Leaked MainActivity context and unusable ActivitiesView

Ngenge Senior requested to merge fix-leaked-main into master

With the recent fix for hiding the toggling Fab visibility, ActivitiesView will be unusable in the future. Rather than passing MainActivity, we rather pass a nullable function to ActivitiesView. @n8fr8

Merge request reports