mirror of https://github.com/M66B/FairEmail.git
Debug: small layout improvement
This commit is contained in:
parent
8509293dbf
commit
11e2823c31
|
@ -6217,7 +6217,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
lastTime = time;
|
||||
|
||||
|
||||
tvDebug.setText(perc + "% " + (nheap / (1024 * 1024)) + "M" + " " + utilization + "%");
|
||||
tvDebug.setText(utilization + "%\n" + perc + "% " + (nheap / (1024 * 1024)) + "M");
|
||||
}
|
||||
|
||||
private boolean handleThreadActions(
|
||||
|
|
Loading…
Reference in New Issue