Remove useless resultcode ExitMoveEntry

This commit is contained in:
Jareth Lomson 2014-05-26 14:56:27 +02:00
parent 917dc585b0
commit d34194aeec
2 changed files with 1 additions and 2 deletions

View File

@ -84,7 +84,6 @@ namespace keepass2android
public const Result ExitClose = Result.FirstUser + 7;
public const Result ExitFileStorageSelectionOk = Result.FirstUser + 8;
public const Result ResultOkPasswordGenerator = Result.FirstUser + 9;
public const Result ExitMoveEntry = Result.FirstUser + 10;
AppTask _appTask;
private ActivityDesign _design;

View File

@ -859,7 +859,7 @@ namespace keepass2android
return;
} else { // Need to go down in groups tree
SetActivityResult(groupBaseActivity, KeePass.ExitMoveEntry);
SetActivityResult(groupBaseActivity, KeePass.ExitNormal);
groupBaseActivity.Finish();
}