mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
Misc fixes for account switching (#1849)
* Misc fixes for account switching * use unique bio integrity key in ShareExtension
This commit is contained in:
@@ -594,6 +594,11 @@ namespace Bit.iOS.Core.Services
|
||||
return scaledHeight / tempHeight;
|
||||
}
|
||||
|
||||
public async Task OnAccountSwitchCompleteAsync()
|
||||
{
|
||||
await ASHelpers.ReplaceAllIdentities();
|
||||
}
|
||||
|
||||
public class PickerDelegate : UIDocumentPickerDelegate
|
||||
{
|
||||
private readonly DeviceActionService _deviceActionService;
|
||||
|
||||
Reference in New Issue
Block a user