fixed a bug with creating databases
This commit is contained in:
@@ -55,7 +55,8 @@ namespace keepass2android
|
||||
public override void Run ()
|
||||
{
|
||||
|
||||
if (! _dontSave) {
|
||||
if (!_dontSave)
|
||||
{
|
||||
try
|
||||
{
|
||||
StatusLogger.UpdateMessage(UiStringKey.saving_database);
|
||||
@@ -115,7 +116,9 @@ namespace keepass2android
|
||||
Finish(true);
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
/* TODO KPDesktop:
|
||||
* catch(Exception exSave)
|
||||
{
|
||||
@@ -128,7 +131,10 @@ namespace keepass2android
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
Finish(true);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user