伏秋洛: 那天早上雾散了,不止早上,不止雾。

Signed-off-by: WhiteChi <whitechi73@outlook.com>
This commit is contained in:
WhiteChi 2023-11-03 02:19:58 +08:00
parent fb5718dc61
commit c30e3db1a1
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class TempChatInfo {
int chatType;
String fromNick;

View File

@ -176,6 +176,10 @@ internal object AioListener: IKernelMsgListener {
}
}
override fun onTempChatInfoUpdate(tempChatInfo: TempChatInfo) {
}
override fun onMsgAbstractUpdate(arrayList: ArrayList<MsgAbstract>?) {
//arrayList?.forEach {
// LogCenter.log("onMsgAbstractUpdate($it)", Level.WARN)
@ -448,10 +452,6 @@ internal object AioListener: IKernelMsgListener {
LogCenter.log("onSysMsgNotification($i2, $j2, $j3, $arrayList)", Level.DEBUG)
}
override fun onTempChatInfoUpdate(tempChatInfo: TempChatInfo?) {
}
override fun onUnreadCntAfterFirstView(hashMap: HashMap<Int, ArrayList<UnreadCntInfo>>?) {
}