mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Update SetPasswordDialog.java
This commit is contained in:
@@ -49,7 +49,6 @@ public class SetPasswordDialog extends CancelDialog {
|
||||
|
||||
public SetPasswordDialog(Context context, FileOnFinish finish) {
|
||||
super(context);
|
||||
|
||||
mFinish = finish;
|
||||
}
|
||||
|
||||
@@ -144,10 +143,7 @@ public class SetPasswordDialog extends CancelDialog {
|
||||
} else {
|
||||
displayMessage(getContext());
|
||||
}
|
||||
|
||||
super.run();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user