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