mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
formatting (#1268)
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Bit.App.Pages
|
||||
RequestFocus(_nameEntry);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void FileType_Clicked(object sender, EventArgs eventArgs)
|
||||
{
|
||||
_vm.TypeChanged(SendType.File);
|
||||
@@ -155,7 +155,7 @@ namespace Bit.App.Pages
|
||||
await _vm.ChooseFileAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void ToggleOptions_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
_vm.ToggleOptions();
|
||||
|
||||
Reference in New Issue
Block a user