We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3fdce9 commit c9a1a69Copy full SHA for c9a1a69
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)?.fullScroll(ScrollView.FOCUS_DOWN)
+ (logView.parent as? ScrollView)?.smoothScrollTo(0, logView.bottom)
251
}
252
253
0 commit comments