fix: Forgor about the bubble

This commit is contained in:
Ahmad Ansori Palembani 2025-01-05 19:27:29 +07:00
parent 7fc95e3029
commit 568859891a
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -270,6 +270,9 @@ class LibraryCategoryAdapter(val controller: LibraryController?) :
}
getFirstLetter(title)
}
LibrarySort.Random -> {
context.getString(MR.strings.random)
}
}
if (!isSingleCategory) {
vibrateOnCategoryChange(item.header?.category?.name.orEmpty())