[Android] Fix direct share in context menu does not close dialog when clicked
After the direct share icon is clicked, the dialog of context menu does not dissmiss. This is because onClick event of the direct share icon does not call dialog to dismiss. To fix the problem, add an delegate interface for direct share action and implement it in the TabularContextMenuUi. BUG=None Review-Url: https://codereview.chromium.org/2853483003 Cr-Commit-Position: refs/heads/master@{#468454}
Showing
Please register or sign in to comment