Commit 6a324d4a authored by Him188's avatar Him188

Use strong reference to qq in Member

parent b8dac30f
......@@ -181,7 +181,7 @@ internal class QQImpl(
@Suppress("MemberVisibilityCanBePrivate")
internal class MemberImpl(
val qq: QQImpl,
val qq: QQImpl, // 不要 WeakRef
group: GroupImpl,
override val coroutineContext: CoroutineContext,
memberInfo: MemberInfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment