diff --git a/app/src/main/java/com/quillstudios/pokegoalshelper/ui/HistoryAdapter.kt b/app/src/main/java/com/quillstudios/pokegoalshelper/ui/HistoryAdapter.kt index 589dee7..dfa0a05 100644 --- a/app/src/main/java/com/quillstudios/pokegoalshelper/ui/HistoryAdapter.kt +++ b/app/src/main/java/com/quillstudios/pokegoalshelper/ui/HistoryAdapter.kt @@ -240,9 +240,7 @@ class HistoryAdapter( // Configure scrolling behavior optimized for nested scrolling isFillViewport = false isNestedScrollingEnabled = true - isVerticalScrollBarEnabled = true // Show scrollbar for visual confirmation - scrollBarStyle = View.SCROLLBARS_INSIDE_OVERLAY - isScrollbarFadingEnabled = false // Keep scrollbar visible + // Remove scrollbar config that causes crash - scrollbars not essential for functionality tag = "expanded_content" val contentContainer = LinearLayout(context).apply {