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

Commit 06c92285 authored by Garfield Tan's avatar Garfield Tan Committed by android-build-merger
Browse files

Merge "Inject the model to picker.ActionHandler." into arc-apps

am: 0bfffdef

Change-Id: Icefe85eeacf987a9246b9e65d2f87bb35be58c50
parents e7a6db7e 0bfffdef
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