mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-22 11:35:21 +01:00
added new website URLs
This commit is contained in:
parent
2a44937d09
commit
713fdaeac1
@ -116,7 +116,7 @@ namespace Bit.App.Pages
|
|||||||
private void WebsiteCell_Tapped(object sender, EventArgs e)
|
private void WebsiteCell_Tapped(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
_googleAnalyticsService.TrackAppEvent("HelpWebsite");
|
_googleAnalyticsService.TrackAppEvent("HelpWebsite");
|
||||||
Device.OpenUri(new Uri("https://bitwarden.com"));
|
Device.OpenUri(new Uri("https://bitwarden.com/contact/"));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void BugCell_Tapped(object sender, EventArgs e)
|
private void BugCell_Tapped(object sender, EventArgs e)
|
||||||
|
@ -164,7 +164,7 @@ namespace Bit.App.Pages
|
|||||||
Command = new Command(() =>
|
Command = new Command(() =>
|
||||||
{
|
{
|
||||||
_googleAnalyticsService.TrackAppEvent("SeeSupportedApps");
|
_googleAnalyticsService.TrackAppEvent("SeeSupportedApps");
|
||||||
Device.OpenUri(new Uri("https://bitwarden.com"));
|
Device.OpenUri(new Uri("https://bitwarden.com/ios/"));
|
||||||
}),
|
}),
|
||||||
VerticalOptions = LayoutOptions.End,
|
VerticalOptions = LayoutOptions.End,
|
||||||
HorizontalOptions = LayoutOptions.Fill,
|
HorizontalOptions = LayoutOptions.Fill,
|
||||||
|
Loading…
Reference in New Issue
Block a user