1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Revert "Revert "Redefine cipher "share" to "move to organization""" (#1459)

* Revert "Revert "Redefine cipher "share" to "move to organization" (#1433)" (#1440)"

This reverts commit bd4a275558.

* Cancel > close
This commit is contained in:
Matt Gibson
2021-08-04 15:46:28 -04:00
committed by GitHub
parent dbc0f490c5
commit 9042b1009e
11 changed files with 69 additions and 39 deletions

View File

@@ -103,7 +103,7 @@ namespace Bit.App.Pages
{
await Navigation.PushModalAsync(new NavigationPage(new ExportVaultPage()));
}
else if (item.Name == AppResources.ShareVault)
else if (item.Name == AppResources.LearnOrg)
{
await _vm.ShareAsync();
}