1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

more options

This commit is contained in:
Kyle Spearrin
2019-05-29 14:11:15 -04:00
parent 6be54fa7ee
commit 48376d0a93
6 changed files with 359 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
using System;
using Xamarin.Forms;
namespace Bit.App.Pages
{
@@ -11,6 +12,9 @@ namespace Bit.App.Pages
InitializeComponent();
_vm = BindingContext as OptionsPageViewModel;
_vm.Page = this;
_themePicker.ItemDisplayBinding = new Binding("Value");
_uriMatchPicker.ItemDisplayBinding = new Binding("Value");
_clearClipboardPicker.ItemDisplayBinding = new Binding("Value");
}
protected async override void OnAppearing()