gpt4 book ai didi

android - 此字段泄漏上下文对象

转载 作者:IT老高 更新时间:2023-10-28 13:30:11 25 4
gpt4 key购买 nike

我的代码:

class HttpRequestTask(private val debtWsUrl : URI, debtorText : TextView) : 
AsyncTask<Void, Void, Iterable<Debtor>?>() {
val debtorText: TextView = debtorText
}

为什么与TextView的行显示警告:

This field leaks a context object

?

如何防止这种情况发生?

最佳答案

使用 WeakReference .

val textRef: WeakReference<TextView> = WeakReference(debtorText)

关于android - 此字段泄漏上下文对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46797916/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com