diff --git a/app/src/main/java/org/oxycblt/auxio/home/fastscroll/FastScrollRecyclerView.kt b/app/src/main/java/org/oxycblt/auxio/home/fastscroll/FastScrollRecyclerView.kt index a57f0a190..b7e36e8c3 100644 --- a/app/src/main/java/org/oxycblt/auxio/home/fastscroll/FastScrollRecyclerView.kt +++ b/app/src/main/java/org/oxycblt/auxio/home/fastscroll/FastScrollRecyclerView.kt @@ -212,6 +212,7 @@ constructor(context: Context, attrs: AttributeSet? = null, @AttrRes defStyleAttr val popupText: String val provider = popupProvider if (firstPos != NO_POSITION && provider != null) { + popupView.isInvisible = false // Get the popup text. If there is none, we default to "?". popupText = provider.getPopup(firstPos) ?: "?" } else {