mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-29 22:21:25 +01:00
no async
This commit is contained in:
parent
543e3418a5
commit
b5522c1b5e
@ -23,7 +23,7 @@ namespace Bit.App.Pages
|
|||||||
protected override async void OnAppearing()
|
protected override async void OnAppearing()
|
||||||
{
|
{
|
||||||
base.OnAppearing();
|
base.OnAppearing();
|
||||||
_broadcasterService.Subscribe(nameof(AttachmentsPage), async (message) =>
|
_broadcasterService.Subscribe(nameof(AttachmentsPage), (message) =>
|
||||||
{
|
{
|
||||||
if(message.Command == "selectFileResult")
|
if(message.Command == "selectFileResult")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user