mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
invoke Dispatch handler
This commit is contained in:
parent
a1fdc4a970
commit
ed2ea75938
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ namespace Bit.Android.Services
|
|||
|
||||
public void Dispatch(Action completionHandler = null)
|
||||
{
|
||||
completionHandler?.Invoke();
|
||||
}
|
||||
|
||||
public void SetAppOptOut(bool optOut)
|
||||
|
|
|
@ -37,6 +37,7 @@ namespace Bit.iOS.Core.Services
|
|||
|
||||
public void Dispatch(Action completionHandler = null)
|
||||
{
|
||||
completionHandler?.Invoke();
|
||||
}
|
||||
|
||||
public void SetAppOptOut(bool optOut)
|
||||
|
|
Loading…
Reference in a new issue