mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
fix dialog resolve message
This commit is contained in:
@@ -35,9 +35,9 @@ namespace Bit.App.Services
|
||||
|
||||
public void Init()
|
||||
{
|
||||
_broadcasterService.Subscribe("showDialogResolve", (message) =>
|
||||
_broadcasterService.Subscribe(nameof(MobilePlatformUtilsService), (message) =>
|
||||
{
|
||||
if(message.Command == "")
|
||||
if(message.Command == "showDialogResolve")
|
||||
{
|
||||
var details = message.Data as Tuple<int, bool>;
|
||||
var dialogId = details.Item1;
|
||||
|
||||
Reference in New Issue
Block a user