mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
no async
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Bit.App.Pages
|
||||
protected override async void OnAppearing()
|
||||
{
|
||||
base.OnAppearing();
|
||||
_broadcasterService.Subscribe(nameof(AttachmentsPage), async (message) =>
|
||||
_broadcasterService.Subscribe(nameof(AttachmentsPage), (message) =>
|
||||
{
|
||||
if(message.Command == "selectFileResult")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user