1
0
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:
源文雨
2022-11-28 11:26:29 +08:00
parent 282ef14385
commit 5d87acc7e7

View File

@@ -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
}
}