AlexLiuSheng / CheckVersionLib

版本检测升级(更新)库。an auto check version library(app update) on Android
https://github.com/AlexLiuSheng/CheckVersionLib
2.66k stars 483 forks source link

更新弹窗有问题,前后换换有时不走自定义弹窗 #324

Closed chenqunqq123 closed 3 years ago

chenqunqq123 commented 4 years ago

更新时,前后切换 UIActivity类中 if (getVersionBuilder() != null && getVersionBuilder().getCustomVersionDialogListener() != null) { showCustomDialog(); } else { showDefaultDialog(); } getVersionBuilder().getCustomVersionDialogListener() 第一次不为空 第二次为空

TWBfly commented 3 years ago

Same problem。打开APP首页MainActivity升级,自定义弹窗正常,然后切换至后台,杀死应用,重新打开,可复现此bug。 版本CheckVersionLib:2.4_androidx' image

TWBfly commented 3 years ago

已fix,得在首页做销毁处理 image