mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Debug: small layout improvement
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user