Tencent / QMUI_Android

提高 Android UI 开发效率的 UI 库
http://qmuiteam.com/android
Other
14.42k stars 2.67k forks source link

QMUIBaseDialog.java的dismiss有一个bug #1116

Open sunhonglin opened 3 years ago

sunhonglin commented 3 years ago

页面显示的QMUIBaseDialog,在activity销毁(代码finish)时,onDestroy中无法正确关闭dialog,logcat会打印has leaked window DecorView@6a9a682[] that was originally added here。 删除继承方法后正常。 image