From b5522c1b5e7be697c3954af6c5ec997e0b584888 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 22 May 2019 20:54:44 -0400 Subject: [PATCH] no async --- src/App/Pages/Vault/AttachmentsPage.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Pages/Vault/AttachmentsPage.xaml.cs b/src/App/Pages/Vault/AttachmentsPage.xaml.cs index d570611e8..aa692bb14 100644 --- a/src/App/Pages/Vault/AttachmentsPage.xaml.cs +++ b/src/App/Pages/Vault/AttachmentsPage.xaml.cs @@ -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") {