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

fix #2486 : updated home activity onResume logic to solve the profile photo bug #2494

Closed
wants to merge 2 commits into from

Conversation

NiranjanNlc
Copy link
Contributor

@NiranjanNlc NiranjanNlc commented Jan 26, 2024

Fixes #2486

Profile photo clearly visible while changing between dark and light mode .

UimodeChangePreview.mp4

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 anything

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

@NiranjanNlc NiranjanNlc changed the title added option of uiMode in configChange of HomeActivity fix #2486 : added option of uiMode in configChange of HomeActivity Jan 26, 2024
@PratyushSingh07
Copy link
Collaborator

you are changing system theme . Does it work after changing the theme from inside of the app ?

@NiranjanNlc
Copy link
Contributor Author

NiranjanNlc commented Jan 26, 2024

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.

@NiranjanNlc NiranjanNlc changed the title fix #2486 : added option of uiMode in configChange of HomeActivity fix #2486 : refactored homeactivity and fragment to solve the profile photo bug Jan 28, 2024
@NiranjanNlc NiranjanNlc changed the title fix #2486 : refactored homeactivity and fragment to solve the profile photo bug fix #2486 : refactored home activity and fragment to solve the profile photo bug Jan 28, 2024
@AvneetSingh2001
Copy link
Collaborator

AvneetSingh2001 commented Feb 4, 2024

There is a similar bug in Profile photo of Navigation Drawer. Can you check that also @NiranjanNlc

@NiranjanNlc
Copy link
Contributor Author

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.

@NiranjanNlc NiranjanNlc reopened this Feb 14, 2024
@NiranjanNlc NiranjanNlc changed the title fix #2486 : refactored home activity and fragment to solve the profile photo bug fix #2486 : updated home activity onResume logic to solve the profile photo bug Feb 14, 2024
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.

Bug : profile photo not visible after changing theme , need to refresh
3 participants