mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-17 09:37:50 +01:00
DroidFish: Variation arrows no longer override analysis arrows and book arrows.
This commit is contained in:
parent
95d1e63338
commit
81bd2a6326
|
@ -1289,7 +1289,8 @@ public class DroidFish extends Activity implements GUIInterface {
|
|||
}
|
||||
if ((hints == null) && mShowBookHints)
|
||||
hints = bookMoves;
|
||||
if ((variantMoves != null) && variantMoves.size() > 1) {
|
||||
if (((hints == null) || hints.isEmpty()) &&
|
||||
(variantMoves != null) && variantMoves.size() > 1) {
|
||||
hints = variantMoves;
|
||||
}
|
||||
if ((hints != null) && (hints.size() > maxNumArrows)) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user