mirror of
https://github.com/bitwarden/android.git
synced 2025-01-11 18:57:39 +03:00
formatting (#1268)
This commit is contained in:
parent
233319a0a3
commit
ce11232cbe
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
|
@ -402,7 +402,7 @@ namespace Bit.App.Pages
|
|||
TriggerPropertyChanged(nameof(Send), _additionalSendProperties);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public void ToggleOptions()
|
||||
{
|
||||
ShowOptions = !ShowOptions;
|
||||
|
|
Loading…
Reference in a new issue