DroidFish: Fixed confusing code.

This commit is contained in:
Peter Osterlund 2016-12-24 06:40:27 +01:00
parent 595cb247ae
commit 38295b516f

View File

@ -2017,7 +2017,7 @@ public class DroidFish extends Activity
String line = lines[i];
if (i > 0)
sb.append('\n');
int n = thinking.getPaint().breakText(line, thinkingEmpty, w, null);
int n = thinking.getPaint().breakText(line, true, w, null);
sb.append(truncateLine(lines[i], n));
}
}