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