mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -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 -> {
|
logListener = text -> {
|
||||||
if(log.getVisibility() != VISIBLE) return;
|
if(log.getVisibility() != VISIBLE) return;
|
||||||
post(() -> {
|
post(() -> {
|
||||||
log.append(text);
|
log.append(text + '\n');
|
||||||
scrollView.fullScroll(View.FOCUS_DOWN);
|
scrollView.fullScroll(View.FOCUS_DOWN);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user