mirror of
https://github.com/bitwarden/mobile
synced 2026-01-01 08:03:37 +00:00
close folder page, not cancel
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Bit.App.Pages
|
||||
|
||||
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Windows)
|
||||
{
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Cancel));
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this, AppResources.Close));
|
||||
}
|
||||
|
||||
Title = AppResources.Folders;
|
||||
|
||||
@@ -76,7 +76,7 @@ namespace Bit.App.Utilities
|
||||
|
||||
public static string ToolbarImage(string image)
|
||||
{
|
||||
if (Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Android)
|
||||
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Android)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user