-
Notifications
You must be signed in to change notification settings - Fork 711
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
fix #2472 : refactoring about us viewmodal #2481
Conversation
2755fdc
to
a5d5713
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change your PR & commit message to something that follows our guidelines. For this you can refer CONTRIBUTION.md . Also format your code if you havent already. I am converting this PR to draft. You can make it readu for review after you have implemented the changes
app/src/main/java/org/mifos/mobile/repositories/AboutUsRepository.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/repositories/AboutUsRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/ui/about/AboutUsViewModel.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all changes are done
app/src/main/java/org/mifos/mobile/repositories/AboutUsRepository.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/repositories/AboutUsRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/org/mifos/mobile/ui/about/AboutUsViewModel.kt
Outdated
Show resolved
Hide resolved
a5d5713
to
bcfcf59
Compare
Implemented the changes as you suggested @PratyushSingh07 |
We are focusing on jetpack compose implementation, this will be useless to implement you are free to send PR for converting xml to compose. |
Thanks @therajanmaurya for feedback. |
Fixes #2472
Same UI shown after refactoring
Please make sure these boxes are checked before submitting your pull request - thanks!
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 anythingIf you have multiple commits please combine them into one commit by squashing them.