mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
more password field focus fixes
This commit is contained in:
@@ -459,6 +459,7 @@ public class MainController implements ViewController {
|
||||
|
||||
public void didUpgrade() {
|
||||
showUnlockView();
|
||||
activeController.get().focus();
|
||||
}
|
||||
|
||||
private void showUnlockView() {
|
||||
@@ -486,6 +487,7 @@ public class MainController implements ViewController {
|
||||
public void didLock(UnlockedController ctrl) {
|
||||
unlockedVaults.remove(ctrl.getVault());
|
||||
showUnlockView();
|
||||
activeController.get().focus();
|
||||
}
|
||||
|
||||
private void showChangePasswordView() {
|
||||
@@ -498,6 +500,7 @@ public class MainController implements ViewController {
|
||||
|
||||
public void didChangePassword() {
|
||||
showUnlockView();
|
||||
activeController.get().focus();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user