mirror of
https://github.com/bitwarden/android.git
synced 2025-01-13 11:47:33 +03:00
Fix merge from main
This commit is contained in:
parent
0aef241df6
commit
05677f93c5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ namespace Bit.App.Pages
|
|||
AppResources.ContinueToHelpCenter,
|
||||
ExternalLinksConstants.HELP_CENTER), allowsMultipleExecutions: false);
|
||||
|
||||
GoToPrivacyPolicyCommand = CreateDefaultAsyncCommnad(
|
||||
GoToPrivacyPolicyCommand = CreateDefaultAsyncRelayCommand(
|
||||
() => LaunchUriAsync(AppResources.PrivacyPolicyDescriptionLong,
|
||||
AppResources.ContinueToPrivacyPolicy,
|
||||
ExternalLinksConstants.PRIVACY_POLICY), allowsMultipleExecutions: false);
|
||||
|
|
Loading…
Reference in a new issue