Long press reader settings icon to open color filter tab

Partially addresses #4867
This commit is contained in:
arkon
2021-04-16 23:06:24 -04:00
parent 3287ca9cf2
commit 54a23ddd1f
3 changed files with 14 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import eu.kanade.tachiyomi.widget.ViewPagerAdapter
abstract class TabbedBottomSheetDialog(private val activity: Activity) : BaseBottomSheetDialog(activity) {
val binding: CommonTabbedSheetBinding = CommonTabbedSheetBinding.inflate(activity.layoutInflater)
val binding = CommonTabbedSheetBinding.inflate(activity.layoutInflater)
init {
val adapter = LibrarySettingsSheetAdapter()