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 #1537: migrated faq screen to compose #1538

Merged
merged 2 commits into from
Feb 20, 2024

Conversation

PratyushSingh07
Copy link
Collaborator

@PratyushSingh07 PratyushSingh07 commented Feb 18, 2024

Issue Fix

Fixes #1537

Earlier Design: image

Faq.modified.mp4
  • Apply the AndroidStyle.xml style template to your code in Android Studio.

  • Run the unit tests with ./gradlew check to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

Sorry, something went wrong.

@PratyushSingh07
Copy link
Collaborator Author

done the changes @therajanmaurya

faqViewModel: FAQViewModel = hiltViewModel(),
updateFaqPosition: (Int) -> Unit,
) {
Column(modifier = Modifier.fillMaxSize()) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Call below-suggested function and move this content in it.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@therajanmaurya therajanmaurya merged commit 42bb96a into openMF:dev Feb 20, 2024
4 checks passed
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.

refactor: migrate faq screen from xml to compose
2 participants