1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-31 08:54:57 +01:00

Fix crash after close dialog

This commit is contained in:
Tlaster 2020-04-14 14:31:52 +08:00
parent c2ea4ecce5
commit e07fbca1a7

View File

@ -77,7 +77,7 @@ open class BaseDialogFragment : DialogFragment() {
}
override fun onDestroy() {
requestManager.onDestroy()
// requestManager.onDestroy()
extraFeaturesService.release()
super.onDestroy()
// DebugModeUtils.watchReferenceLeak(this)