mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
[PM-7869] Add AppOptions to decryption options navigation (#3210)
This commit is contained in:
parent
98621341a2
commit
e4841bb322
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ namespace Bit.App.Pages
|
||||||
|
|
||||||
private async Task StartDeviceApprovalOptionsAsync()
|
private async Task StartDeviceApprovalOptionsAsync()
|
||||||
{
|
{
|
||||||
var page = new LoginApproveDevicePage();
|
var page = new LoginApproveDevicePage(_appOptions);
|
||||||
await Navigation.PushModalAsync(new NavigationPage(page));
|
await Navigation.PushModalAsync(new NavigationPage(page));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue