Skip to content

Commit c9a1a69

Browse files
committed
Update
1 parent f3fdce9 commit c9a1a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class DialogLogFragment : DialogFragment() {
247247
msg?.let {
248248
logView.post {
249249
logView.append(it)
250-
(logView.parent as? ScrollView)?.fullScroll(ScrollView.FOCUS_DOWN)
250+
(logView.parent as? ScrollView)?.smoothScrollTo(0, logView.bottom)
251251
}
252252
}
253253
}

0 commit comments

Comments
 (0)