ignore case
This commit is contained in:
		| @ -56,7 +56,7 @@ class SttDialog : DialogFragment() { | |||||||
|                                 if (matcher.matches()) { |                                 if (matcher.matches()) { | ||||||
|                                     val name_found = matcher.group(1) |                                     val name_found = matcher.group(1) | ||||||
|                                     for (player in players) { |                                     for (player in players) { | ||||||
|                                         if (name_found == player.name) { |                                         if (name_found.isEqual(player.name, ignoreCase=true)) { | ||||||
|                                             dismiss() |                                             dismiss() | ||||||
|                                             updateScore(player) |                                             updateScore(player) | ||||||
|                                             updateUI() |                                             updateUI() | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user