mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Add a line break when logging stuff
This commit is contained in:
parent
bf41008851
commit
6488b611ef
@ -68,7 +68,7 @@ public class LoggerView extends ConstraintLayout {
|
||||
logListener = text -> {
|
||||
if(log.getVisibility() != VISIBLE) return;
|
||||
post(() -> {
|
||||
log.append(text);
|
||||
log.append(text + '\n');
|
||||
scrollView.fullScroll(View.FOCUS_DOWN);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user