[PR #1283] [MERGED] fix for send list refresh on android #55572

Closed
opened 2026-05-10 17:49:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1283
Author: @mpbw2
Created: 2/22/2021
Status: Merged
Merged: 2/22/2021
Merged by: @mpbw2

Base: masterHead: bugfix-sendlist


📝 Commits (1)

  • 07e0cc8 fix for send list refresh on android

📊 Changes

2 files changed (+11 additions, -1 deletions)

View changed files

📝 src/App/Pages/Send/SendAddEditPageViewModel.cs (+10 -0)
📝 src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml.cs (+1 -1)

📄 Description

An Android-specific bug in Xamarin.Forms results in calling OnAppearing on a page when you exit and return to the app while a modal is showing, and it doesn't get called again when the modal is dismissed. This results in new file Sends not showing up in the list since the file picker pushes the app to the background. I'm using a simple broadcast message to refresh the list after saving is complete.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/1283 **Author:** [@mpbw2](https://github.com/mpbw2) **Created:** 2/22/2021 **Status:** ✅ Merged **Merged:** 2/22/2021 **Merged by:** [@mpbw2](https://github.com/mpbw2) **Base:** `master` ← **Head:** `bugfix-sendlist` --- ### 📝 Commits (1) - [`07e0cc8`](https://github.com/bitwarden/android/commit/07e0cc800957a378763ff34493d8bdb1d6c011a5) fix for send list refresh on android ### 📊 Changes **2 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/App/Pages/Send/SendAddEditPageViewModel.cs` (+10 -0) 📝 `src/App/Pages/Send/SendGroupingsPage/SendGroupingsPage.xaml.cs` (+1 -1) </details> ### 📄 Description An Android-specific bug in Xamarin.Forms results in calling `OnAppearing` on a page when you exit and return to the app while a modal is showing, and it doesn't get called again when the modal is dismissed. This results in new file Sends not showing up in the list since the file picker pushes the app to the background. I'm using a simple broadcast message to refresh the list after saving is complete. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-10 17:49:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#55572