Skip to content
Commit c666c5e7 authored by Andreas Bexell's avatar Andreas Bexell Committed by Ed Savage-Jones
Browse files

Make GlobalActionsDialogLite directly injectable

When GlobalActionsDialogLite was made injectable by
commit c88a2d7f, it was
in the form of a dagger.Lazy. This was probably a mistake, as
a local reference to the content of this dagger.Lazy was also
kept, and this messes up the lifecycle and may, in strange
cases, allow the use of a Dialog that has been destroyed,
with consequences that are difficult to predict.

A direct injection of the GlobalActionsDialogLite is
probably more appropriate.

Test: manual
Change-Id: I1646c883b9a15db737bfc897c41dd26fb584d539
parent 7a25b6f3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment