mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: fix 96 crash
This commit is contained in:
parent
007e5fef2f
commit
2c3466b4c3
@ -0,0 +1,4 @@
|
||||
package com.tencent.qqnt.kernel.nativeinterface;
|
||||
|
||||
public class GuildInteractiveNotificationItem {
|
||||
}
|
@ -0,0 +1,4 @@
|
||||
package com.tencent.qqnt.kernel.nativeinterface;
|
||||
|
||||
public class GuildNotificationAbstractInfo {
|
||||
}
|
@ -42,6 +42,10 @@ public interface IKernelMsgListener {
|
||||
|
||||
void onGroupTransferInfoUpdate(GroupFileListResult groupFileListResult);
|
||||
|
||||
void onGuildInteractiveUpdate(GuildInteractiveNotificationItem guildInteractiveNotificationItem);
|
||||
|
||||
void onGuildNotificationAbstractUpdate(GuildNotificationAbstractInfo guildNotificationAbstractInfo);
|
||||
|
||||
void onHitCsRelatedEmojiResult(DownloadRelateEmojiResultInfo downloadRelateEmojiResultInfo);
|
||||
|
||||
void onHitEmojiKeywordResult(HitRelatedEmojiWordsResult hitRelatedEmojiWordsResult);
|
||||
|
@ -358,7 +358,7 @@ internal object AioListener: IKernelMsgListener {
|
||||
}
|
||||
|
||||
override fun onRichMediaUploadComplete(notifyInfo: FileTransNotifyInfo) {
|
||||
//LogCenter.log("onRichMediaUploadComplete($notifyInfo)", Level.DEBUG)
|
||||
LogCenter.log("onRichMediaUploadComplete($notifyInfo)", Level.DEBUG)
|
||||
RichMediaUploadHandler.notify(notifyInfo)
|
||||
}
|
||||
|
||||
@ -398,6 +398,14 @@ internal object AioListener: IKernelMsgListener {
|
||||
LogCenter.log("onGroupTransferInfoUpdate: " + groupFileListResult.toString(), Level.DEBUG)
|
||||
}
|
||||
|
||||
override fun onGuildInteractiveUpdate(guildInteractiveNotificationItem: GuildInteractiveNotificationItem?) {
|
||||
|
||||
}
|
||||
|
||||
override fun onGuildNotificationAbstractUpdate(guildNotificationAbstractInfo: GuildNotificationAbstractInfo?) {
|
||||
|
||||
}
|
||||
|
||||
override fun onHitCsRelatedEmojiResult(downloadRelateEmojiResultInfo: DownloadRelateEmojiResultInfo?) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user