mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
noop toast
This commit is contained in:
@@ -71,5 +71,10 @@ namespace Bit.iOS.Core.Services
|
|||||||
{
|
{
|
||||||
return Task.FromResult(0);
|
return Task.FromResult(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void Toast(string text, bool longDuration = false)
|
||||||
|
{
|
||||||
|
// do nothing
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user