mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 19:51:27 +00:00
fixing display issue when locking a vault and changign to another vault during the lock process
This commit is contained in:
@@ -511,7 +511,9 @@ public class MainController implements ViewController {
|
||||
|
||||
public void didLock(UnlockedController ctrl) {
|
||||
unlockedVaults.remove(ctrl.getVault());
|
||||
showUnlockView(UnlockController.State.UNLOCKING);
|
||||
if (ctrl.getVault().getId() == selectedVault.get().getId()) {
|
||||
showUnlockView(UnlockController.State.UNLOCKING);
|
||||
}
|
||||
activeController.get().focus();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user