mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
no async
This commit is contained in:
parent
543e3418a5
commit
b5522c1b5e
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue