mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-11 08:32:41 +01:00
DroidFish: Fixed confusing code.
This commit is contained in:
@@ -2017,7 +2017,7 @@ public class DroidFish extends Activity
|
|||||||
String line = lines[i];
|
String line = lines[i];
|
||||||
if (i > 0)
|
if (i > 0)
|
||||||
sb.append('\n');
|
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));
|
sb.append(truncateLine(lines[i], n));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user