mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-13 12:20:26 +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
|
} else isFirstInflate = false
|
||||||
return rootView
|
return rootView
|
||||||
}
|
}
|
||||||
}
|
override fun onDestroyView() {
|
||||||
|
super.onDestroyView()
|
||||||
|
rootView = null
|
||||||
|
isFirstInflate = true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user