improved display a bit

reduced print call by 1 to speed up printing on screen.

reduced depths allowed.
This commit is contained in:
Vishal
2022-09-14 06:58:45 +05:30
parent 5b66070329
commit 0427aa5db3
3 changed files with 3 additions and 4 deletions

View File

@@ -316,6 +316,7 @@ class EventData {
String strToPrint = "";
if(!topPost) {
strToPrint += "\n";
strToPrint += getDepthSpaces(depth);
strToPrint += " "; // in place of block for top posts
} else {