This commit is contained in:
张玉久
2020-03-18 14:25:09 +08:00
parent b8d74357b5
commit 762897521b
8 changed files with 192 additions and 117 deletions

View File

@ -180,7 +180,9 @@ public class ShareUtils {
if (position == arrLabel.length - 1) {
callBack.onCancel();
} else {
callBack.onSuccess();
if (!"复制链接".equals(arrLabel[position])) {
callBack.onSuccess();
}
}
}
});