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
|
@Override
|
||||||
public String toString()
|
public String toString()
|
||||||
{
|
{
|
||||||
String text = "";
|
String text = name;
|
||||||
if (gameCount > -1)
|
if (gameCount > -1)
|
||||||
{
|
{
|
||||||
if (gameViewId != -1)
|
if (gameViewId != -1)
|
||||||
|
|
Loading…
Reference in New Issue