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

Commit e1ddda5a authored by Garfield Tan's avatar Garfield Tan
Browse files

Inject the model to picker.ActionHandler.

Bug: 35406563
Change-Id: Ia15e0b0b30af9a21760b1fe453c1fb06ed015615
parent f83f9744
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ class ActionHandler<T extends Activity & Addons> extends AbstractActionHandler<T

        mConfig = injector.config;
        mFeatures = injector.features;
        mModel = injector.getModel();
    }

    @Override