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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user