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

Commit 5f29694f authored by Steve McKay's avatar Steve McKay
Browse files

Fix picking bug: 31701478

Bug: 31701478
Change-Id: I772fa50a90939271afcc618714d957a507cb75cf
parent 739f94ba
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());