This commit is contained in:
lixiaopeng
2020-02-06 19:18:15 +08:00
parent efff98d94e
commit cbb487adf2

View File

@@ -12,6 +12,7 @@ public class ShareControl implements IShareControl {
@Override
public void showDialog(Context context) {
LaucherShareDialog shareDialog = new LaucherShareDialog(context);
shareDialog.setCanceledOnTouchOutside(true);
shareDialog.show();
}