mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[SG-765] Add cancel button to passwordless login modal on android (#2159)
This commit is contained in:
parent
b9b9c2e5ff
commit
a8909a3ce6
1 changed files with 1 additions and 4 deletions
|
@ -14,10 +14,7 @@ namespace Bit.App.Pages
|
|||
|
||||
_vm.LoginRequest = loginPasswordlessDetails;
|
||||
|
||||
if (Device.RuntimePlatform == Device.iOS)
|
||||
{
|
||||
ToolbarItems.Add(_closeItem);
|
||||
}
|
||||
ToolbarItems.Add(_closeItem);
|
||||
}
|
||||
|
||||
private async void Close_Clicked(object sender, System.EventArgs e)
|
||||
|
|
Loading…
Reference in a new issue