Implemented moving of groups
This commit is contained in:
		| @@ -42,6 +42,11 @@ namespace keepass2android.database.edit | ||||
| 					else | ||||
| 					{ | ||||
| 						PwGroup group = (PwGroup)_elementToMove; | ||||
| 						if ((_targetGroup == group) || (_targetGroup.IsContainedIn(group))) | ||||
| 						{ | ||||
| 							Finish(false, _app.GetResourceString(UiStringKey.CannotMoveGroupHere)); | ||||
| 							return; | ||||
| 						} | ||||
| 						pgParent.Groups.Remove(group); | ||||
| 						_targetGroup.AddGroup(group, true, true); | ||||
| 					} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll