mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-05 07:20:23 +08:00
try to fix #16
This commit is contained in:
@@ -20,4 +20,9 @@ open class NoBackRefreshFragment(private val layoutToLoad: Int):Fragment() {
|
||||
} else isFirstInflate = false
|
||||
return rootView
|
||||
}
|
||||
}
|
||||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
rootView = null
|
||||
isFirstInflate = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user