Skip to content

Commit 0982ac0

Browse files
committed
Update
1 parent c9a1a69 commit 0982ac0

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)?.smoothScrollTo(0, logView.bottom)
250+
(logView.parent as? ScrollView)?.smoothScrollTo(0, logView.bottom + scrollView.paddingBottom)
251251
}
252252
}
253253
}

0 commit comments

Comments
 (0)