opt
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user