Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Extract fragment initialization in CourseDetailsTabAdapter #504

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

PruthiviRaj27
Copy link
Contributor

Changes done

  • Fragments are currently initialized directly inside the CourseDetailsTabAdapter.
  • To add more fragments, we need to modify the adapter class.
  • By passing the fragment list as an argument to the adapter, we can add multiple fragments from outside the adapter.
  • We removed an unused argument from the CourseDetailsTabAdapter.

@PruthiviRaj27 PruthiviRaj27 merged commit 1ae34fd into master Apr 11, 2023
@delete-merged-branch delete-merged-branch bot deleted the refcator_fragment_list branch April 11, 2023 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant