Skip to content

Fix Edit Profile not updating UI#300

Merged
gdlbo merged 2 commits into
monogram-android:developfrom
yadavnikhil03:fix-issue-275
Jun 10, 2026
Merged

Fix Edit Profile not updating UI#300
gdlbo merged 2 commits into
monogram-android:developfrom
yadavnikhil03:fix-issue-275

Conversation

@yadavnikhil03

Copy link
Copy Markdown
Contributor

Fixes #275

Description:
Resolved an issue where changing profile details (like Bio) on the "Edit Profile" screen did not visually persist after saving. The app successfully sent the update to the server but failed to invalidate the local cache for UserFullInfo.

Changes:

  • Added a refreshUserFullInfo method to UserRepository to force fetch the updated user information.
  • Called this refresh method right before exiting the Edit Profile screen. This ensures the local database and UI flow reflect the latest changes immediately instead of showing the old cached profile data.

@gdlbo gdlbo merged commit 1caa850 into monogram-android:develop Jun 10, 2026
1 check passed
@yadavnikhil03 yadavnikhil03 deleted the fix-issue-275 branch June 10, 2026 20:32
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] Edit Profile Doesn't work

2 participants