1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-22 11:13:49 +00:00

added about send option and resources (#1301)

This commit is contained in:
Matt Portune
2021-03-05 18:57:57 -05:00
committed by GitHub
parent 2b81bd2c8a
commit 142d056393
11 changed files with 47 additions and 0 deletions

View File

@@ -252,6 +252,11 @@ namespace Bit.App.Pages
}
}
public void ShowAbout()
{
_platformUtilsService.LaunchUri("https://bitwarden.com/products/send/");
}
private async Task LoadDataAsync()
{
NoDataText = AppResources.NoSends;