mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 19:23:58 +00:00
fix attachments selection on ios
This commit is contained in:
@@ -45,7 +45,10 @@ namespace Bit.App.Pages
|
||||
protected override void OnDisappearing()
|
||||
{
|
||||
base.OnDisappearing();
|
||||
_broadcasterService.Unsubscribe(nameof(AttachmentsPage));
|
||||
if(Device.RuntimePlatform != Device.iOS)
|
||||
{
|
||||
_broadcasterService.Unsubscribe(nameof(AttachmentsPage));
|
||||
}
|
||||
}
|
||||
|
||||
private async void Save_Clicked(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user