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:
parent
c2ea4ecce5
commit
e07fbca1a7
@ -77,7 +77,7 @@ open class BaseDialogFragment : DialogFragment() {
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
requestManager.onDestroy()
|
||||
// requestManager.onDestroy()
|
||||
extraFeaturesService.release()
|
||||
super.onDestroy()
|
||||
// DebugModeUtils.watchReferenceLeak(this)
|
||||
|
Loading…
x
Reference in New Issue
Block a user