Skip to content

Commit

Permalink
Fix My Challenges showing on Discover tab after initial login
Browse files Browse the repository at this point in the history
Retrieve challenges onViewCreated
  • Loading branch information
Hafizzle authored and phillipthelen committed Jul 31, 2023
1 parent c44582a commit d46d26f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ class ChallengeListFragment :
}
}
})

retrieveChallengesPage(true)
}

private fun openDetailFragment(challengeID: String) {
Expand Down

0 comments on commit d46d26f

Please sign in to comment.