mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 01:33:22 +00:00
store previous key and userid so we can determine if stored crypto is usable before a sync
This commit is contained in:
@@ -161,7 +161,11 @@ namespace Bit.App.Pages
|
||||
var activatedButton = new Button
|
||||
{
|
||||
Text = "See Supported Apps",
|
||||
Command = new Command(() => Device.OpenUri(new Uri("https://bitwarden.com"))),
|
||||
Command = new Command(() =>
|
||||
{
|
||||
_googleAnalyticsService.TrackAppEvent("SeeSupportedApps");
|
||||
Device.OpenUri(new Uri("https://bitwarden.com"));
|
||||
}),
|
||||
VerticalOptions = LayoutOptions.End,
|
||||
HorizontalOptions = LayoutOptions.Fill,
|
||||
Style = (Style)Application.Current.Resources["btn-primary"]
|
||||
|
||||
Reference in New Issue
Block a user