maoqitian / MaoWanAndoidClient

:rainbow:打造一款有较好体验的WanAndroid客户端,在学习中不断提升自我。同款跨平台Flutter版本:https://github.com/maoqitian/flutter_wanandroid
https://www.wanandroid.com/
Apache License 2.0
166 stars 36 forks source link

Presenter中刷新View时,mView没有空判断,可能会导致程序奔溃 #11

Open wenqiangtxc opened 4 years ago

wenqiangtxc commented 4 years ago

如题。复现的方法:进入“积分排行榜”界面后,立刻关闭界面,程序就会奔溃。 有没有什么优雅的方式避免这个,每次刷新View做空判断会写很多重复代码。