mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-17 09:37:50 +01:00
DroidFish: Fixed bug in engine title display.
This commit is contained in:
parent
42a71b0ec5
commit
ac10ab3017
|
@ -648,7 +648,7 @@ public class DroidFish extends Activity implements GUIInterface {
|
|||
String eName = engine.substring(idx + 1);
|
||||
titleText.setText(eName);
|
||||
} else {
|
||||
String eName = getString((engine == "cuckoochess") ?
|
||||
String eName = getString(engine.equals("cuckoochess") ?
|
||||
R.string.cuckoochess_engine :
|
||||
R.string.stockfish_engine);
|
||||
if (strength < 1000) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user