Skip to content

Commit 59702e3

Browse files
committed
分享面板 - bugfix & 微博 和 印象笔记 常驻
1 parent e9b0e4b commit 59702e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Coding_iOS/Views/CodingShareView.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@ +(NSArray *)supportSnsValues{
227227
@"copylink",
228228
@"inform",
229229
] mutableCopy];
230-
if (![self p_canOpen:@"weixin://"] && rand()%2) {
230+
if (![self p_canOpen:@"weixin://"]) {
231231
[resultSnsValues removeObjectsInArray:@[
232232
@"wxsession",
233233
@"wxtimeline",
234234
]];
235235
}
236-
if (![self p_canOpen:@"mqqapi://"] && rand()%2) {
236+
if (![self p_canOpen:@"mqqapi://"]) {
237237
[resultSnsValues removeObjectsInArray:@[
238238
@"qq",
239239
@"qzone",

0 commit comments

Comments
 (0)