mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-17 09:37:50 +01:00
DroidFish: Fixed confusing code.
This commit is contained in:
parent
595cb247ae
commit
38295b516f
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user