This commit is contained in:
Horis 2023-09-21 10:07:15 +08:00
parent bb2f195158
commit 78c0dd801e

View File

@ -231,4 +231,9 @@ class ExploreFragment() : VMBaseFragment<ExploreViewModel>(R.layout.fragment_exp
}
}
override fun onResume() {
super.onResume()
upExploreData(searchKey)
}
}