fix: show name for empty views
This commit is contained in:
parent
1d53647a7e
commit
6e130f98f1
|
@ -65,7 +65,7 @@ public class GameView implements Comparable
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
String text = "";
|
||||
String text = name;
|
||||
if (gameCount > -1)
|
||||
{
|
||||
if (gameViewId != -1)
|
||||
|
|
Loading…
Reference in New Issue