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

Commit 77ac0987 authored by Steve McKay's avatar Steve McKay Committed by android-build-merger
Browse files

Fix picking bug: 31701478

am: 5f29694f

Change-Id: I9038c8cd795cebb355a6f7aee9303bbc404f39f6
parents 88b6324d 5f29694f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -78,6 +78,12 @@ class ActionHandler extends AbstractActionHandler<PickActivity> {
        mActivity.onAppPicked(info);
    }


    @Override
    public boolean viewDocument(DocumentDetails details) {
        return openDocument(details);
    }

    @Override
    public boolean openDocument(DocumentDetails details) {
        DocumentInfo doc = mConfig.model.getDocument(details.getModelId());