mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
search updates
This commit is contained in:
parent
51b4716d45
commit
b35e3454f0
4 changed files with 5 additions and 5 deletions
|
@ -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 a new issue