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

Commit 0bfffdef authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents be6d1e03 e1ddda5a
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