mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
伏秋洛
: 那天早上雾散了,不止早上,不止雾。
Signed-off-by: WhiteChi <whitechi73@outlook.com>
This commit is contained in:
parent
fb5718dc61
commit
c30e3db1a1
@ -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;
|
||||
|
@ -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>>?) {
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user