Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Sep 21, 2023
1 parent bb2f195 commit 78c0dd8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,9 @@ class ExploreFragment() : VMBaseFragment<ExploreViewModel>(R.layout.fragment_exp
}
}

override fun onResume() {
super.onResume()
upExploreData(searchKey)
}

}

0 comments on commit 78c0dd8

Please sign in to comment.