mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-26 12:16:07 +01:00
search updates
This commit is contained in:
parent
51b4716d45
commit
b35e3454f0
@ -68,11 +68,6 @@ namespace Bit.App.Pages
|
||||
|
||||
private void Init()
|
||||
{
|
||||
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Windows)
|
||||
{
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this));
|
||||
}
|
||||
|
||||
if(!string.IsNullOrWhiteSpace(_uri) || _folder || !string.IsNullOrWhiteSpace(_folderId))
|
||||
{
|
||||
AddCipherItem = new AddCipherToolBarItem(this, _folderId);
|
||||
@ -160,6 +155,11 @@ namespace Bit.App.Pages
|
||||
else
|
||||
{
|
||||
Title = AppResources.SearchVault;
|
||||
|
||||
if(Device.RuntimePlatform == Device.iOS || Device.RuntimePlatform == Device.Windows)
|
||||
{
|
||||
ToolbarItems.Add(new DismissModalToolBarItem(this));
|
||||
}
|
||||
}
|
||||
|
||||
LoadingIndicator = new ActivityIndicator
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 449 B After Width: | Height: | Size: 477 B |
Binary file not shown.
Before Width: | Height: | Size: 693 B After Width: | Height: | Size: 894 B |
Binary file not shown.
Before Width: | Height: | Size: 957 B After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user