miaowmiaow / fragmject

fragmject is a learning project prepared for Kotlin and Jetpack Compose. | fragmject 是一个为初学者准备的上手项目。 通过对 Kotlin 和 Compose 的系统运用,实现的一个功能完备符合主流市场标准 App。 fragmject 没有复杂的业务和多余的封装, 完全依照 Android Developer 官方的写法。 代码简单,内容全面,快速上手,对理解其他项目设计思想和封装技巧也很有帮助。
Apache License 2.0
1.34k stars 240 forks source link

这里的代码是不是写错了? #8

Closed guozhiqiang123 closed 2 years ago

guozhiqiang123 commented 2 years ago

Screenshot_20220313_095635

不应该是webViewCache.first()吗?

miaowmiaow commented 2 years ago

webViewCache.removeFirst(),删除列表中第一个元素,并返回该删除的元素。 这么写的原因是当你有多个页面使用到WebView时不会报以下错误: The specified child already has a parent. You must call removeView() on the child's parent first.