Update client/src/main/java/envoy/client/ui/controller/GroupCreationScene.java
Co-authored-by: CyB3RC0nN0R <kske@outlook.de>
This commit is contained in:
		@@ -152,7 +152,7 @@ public class GroupCreationScene {
 | 
			
		||||
			.map(Chat::getRecipient)
 | 
			
		||||
			.filter(Group.class::isInstance)
 | 
			
		||||
			.map(Contact::getName)
 | 
			
		||||
			.anyMatch(groupName -> groupName.equals(newName));
 | 
			
		||||
			.anyMatch(newName::equals);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@FXML
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user