1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-06-30 10:14:04 +00:00

fix open link request

This commit is contained in:
luvletter2333 2022-03-07 16:42:43 +08:00
parent 4a1e66b96b
commit 7e03bca531
No known key found for this signature in database
GPG Key ID: A26A8880836E1978

View File

@ -2890,7 +2890,7 @@ public class LaunchActivity extends Activity implements ActionBarLayout.ActionBa
if (account != intentAccount) {
switchToAccount(account, true);
}
runLinkRequest(account, username, group, sticker, botUser, botChat, message, hasUrl, messageId, channelId, threadId, commentId, game, auth, lang, unsupportedUrl, code, loginToken, wallPaper, theme, voicechat, livestream, 1, videoTimestamp);
runLinkRequest(account, username, group, sticker, botUser, botChat, message, hasUrl, messageId, channelId, threadId, commentId, game, auth, lang, unsupportedUrl, code, loginToken, wallPaper, theme, voicechat, livestream, 3, videoTimestamp);
}).show();
return;
} else if (code != null) {