This commit is contained in:
张玉久
2020-03-31 09:51:48 +08:00
parent 0b6d1bd6df
commit f39ce00152
4 changed files with 6 additions and 6 deletions

View File

@ -46,6 +46,8 @@ import com.tencent.tauth.IUiListener;
import com.tencent.tauth.Tencent;
import com.tencent.tauth.UiError;
import org.greenrobot.eventbus.EventBus;
import java.io.ByteArrayOutputStream;
import java.lang.ref.WeakReference;
import java.util.ArrayList;
@ -54,8 +56,6 @@ import java.util.List;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import org.greenrobot.eventbus.EventBus;
import static com.gh.common.util.LoginHelper.WEIBO_SCOPE;
/**
@ -186,9 +186,7 @@ public class ShareUtils {
if (position == arrLabel.length - 1) {
callBack.onCancel();
} else {
if (!"复制链接".equals(arrLabel[position])) {
callBack.onSuccess(arrLabel[position]);
}
callBack.onSuccess(arrLabel[position]);
}
}
});