Skip to content

Commit

Permalink
try to fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Nov 28, 2022
1 parent 282ef14 commit 5d87acc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 5d87acc

Please sign in to comment.