1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

fab padding and clicked action

This commit is contained in:
Kyle Spearrin
2019-05-08 10:42:55 -04:00
parent 2a5739dfdc
commit 0495c17fc8
7 changed files with 98 additions and 8 deletions

View File

@@ -1,4 +1,5 @@
using Xamarin.Forms;
using Bit.Core.Enums;
using Xamarin.Forms;
namespace Bit.App.Pages
{
@@ -8,6 +9,7 @@ namespace Bit.App.Pages
public AddEditPage(
string cipherId = null,
CipherType? type = null,
string folderId = null,
string collectionId = null,
string organizationId = null)
@@ -18,6 +20,7 @@ namespace Bit.App.Pages
_vm.CipherId = cipherId;
_vm.FolderId = folderId;
_vm.OrganizationId = organizationId;
_vm.Type = type;
_vm.Init();
SetActivityIndicator();