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

Skip to content
Commit ec4b69a9 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Ensure that GADLite is destroyed.

The FooterActionsController asks for a new
GlobalActionsDialogLite each time it is attached, and then that
it properly destroyes the GADLite each time it is detached.

GADLite registers listeners each time it is constructed. Prior to this
change, GADLite was constructed with each FooterActionsController, but
never had its #destroy method called. For the sake of semantic
correctness, we never reuse the GAD and instead create new one when
it is needed.

Fixes: 219535221
Test: manual && atest SystemUITests

Change-Id: Iab9aeb294e5995944a7c619013adccb8b36a3df9
parent bfdb2def
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment