Commit a70885a7 authored by zhouteng's avatar zhouteng

remove duplicate code

parent 78168f3a
......@@ -107,7 +107,6 @@ public class ShareExtendPlugin implements MethodChannel.MethodCallHandler, Plugi
shareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
shareIntent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uriList);
}
ShareUtils.grantUriPermission(getContext(), uriList, shareIntent);
}
startChooserActivity(shareIntent, sharePanelTitle, uriList);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment