We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a1a69 commit 0982ac0Copy full SHA for 0982ac0
app/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt
@@ -247,7 +247,7 @@ class DialogLogFragment : DialogFragment() {
247
msg?.let {
248
logView.post {
249
logView.append(it)
250
- (logView.parent as? ScrollView)?.smoothScrollTo(0, logView.bottom)
+ (logView.parent as? ScrollView)?.smoothScrollTo(0, logView.bottom + scrollView.paddingBottom)
251
}
252
253
0 commit comments