This commit is contained in:
2026-04-01 13:05:12 +09:00
parent 394ea1d581
commit 5ba71f37c0
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ fun TradingDecisionLog() {
onClick = {
coroutineScope.launch {
// index 0으로 부드럽게 스크롤 (즉시 이동은 scrollToItem(0))
listState.animateScrollToItem(0)
listState.animateScrollToItem(filteredLogs.size - 1)
}
}
) { Text("AI 자동매매 실시간 로그", style = MaterialTheme.typography.h6) }