This commit is contained in:
Horis
2023-09-21 10:07:15 +08:00
parent 7328160e0f
commit 98da410ffc
@@ -231,4 +231,9 @@ class ExploreFragment() : VMBaseFragment<ExploreViewModel>(R.layout.fragment_exp
}
}
override fun onResume() {
super.onResume()
upExploreData(searchKey)
}
}