mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
convert user dialogs to native XF options
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Bit.App.Abstractions
|
||||
{
|
||||
@@ -18,6 +19,6 @@ namespace Bit.App.Abstractions
|
||||
void DismissKeyboard();
|
||||
void OpenAccessibilitySettings();
|
||||
void OpenAutofillSettings();
|
||||
void LaunchApp(string appName);
|
||||
Task LaunchAppAsync(string appName, Page page);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user