mifos-mobile
mifos-mobile copied to clipboard
fix #2486 : updated home activity onResume logic to solve the profile photo bug
Fixes #2486
Profile photo clearly visible while changing between dark and light mode .
https://github.com/openMF/mifos-mobile/assets/25600880/fa33702c-d76a-483f-9982-701311523a2a
Please make sure these boxes are checked before submitting your pull request - thanks!
-
[x] Apply the
AndroidStyle.xmlstyle template to your code in Android Studio. -
[x] Run the unit tests with
./gradlew checkto make sure you didn't break anything -
[x] If you have multiple commits please combine them into one commit by squashing them.
you are changing system theme . Does it work after changing the theme from inside of the app ?
you are changing system theme . Does it work after changing the theme from inside of the app ?
Yeah , i have updated the screen recorder video of description and added the commit .
@PratyushSingh07 Please review and provide some suggestion.
There is a similar bug in Profile photo of Navigation Drawer. Can you check that also @NiranjanNlc
There is a similar bug in Profile photo of Navigation Drawer. Can you check that also @NiranjanNlc
yeah i had found it , since this pull request solved for both cases , so did not think of raising next issues . Please conform from the screen-cast I attached in the pull request description.