mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 02:33:36 +00:00
show/hide loading are async now
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IDeviceActionService
|
||||
{
|
||||
void ShowLoading(string text);
|
||||
void HideLoading();
|
||||
Task ShowLoadingAsync(string text);
|
||||
Task HideLoadingAsync();
|
||||
void Toast(string text, bool longDuration = false);
|
||||
void CopyToClipboard(string text);
|
||||
bool OpenFile(byte[] fileData, string id, string fileName);
|
||||
|
||||
Reference in New Issue
Block a user