mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-21 02:01:35 +01:00
Fix merge from main
This commit is contained in:
parent
0aef241df6
commit
05677f93c5
@ -33,7 +33,7 @@ namespace Bit.App.Pages
|
|||||||
AppResources.ContinueToHelpCenter,
|
AppResources.ContinueToHelpCenter,
|
||||||
ExternalLinksConstants.HELP_CENTER), allowsMultipleExecutions: false);
|
ExternalLinksConstants.HELP_CENTER), allowsMultipleExecutions: false);
|
||||||
|
|
||||||
GoToPrivacyPolicyCommand = CreateDefaultAsyncCommnad(
|
GoToPrivacyPolicyCommand = CreateDefaultAsyncRelayCommand(
|
||||||
() => LaunchUriAsync(AppResources.PrivacyPolicyDescriptionLong,
|
() => LaunchUriAsync(AppResources.PrivacyPolicyDescriptionLong,
|
||||||
AppResources.ContinueToPrivacyPolicy,
|
AppResources.ContinueToPrivacyPolicy,
|
||||||
ExternalLinksConstants.PRIVACY_POLICY), allowsMultipleExecutions: false);
|
ExternalLinksConstants.PRIVACY_POLICY), allowsMultipleExecutions: false);
|
||||||
|
Loading…
Reference in New Issue
Block a user