mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 01:35:10 +01:00
Hiding fast scroll in library for now
This commit is contained in:
parent
858c4989cd
commit
01f746ec69
@ -38,7 +38,7 @@ abstract class DialogController : RestoreViewOnCreateController {
|
||||
|
||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup, savedViewState: Bundle?): View {
|
||||
dialog = onCreateDialog(savedViewState)
|
||||
dialog!!.ownerActivity = activity
|
||||
//dialog!!.ownerActivity = activity
|
||||
dialog!!.setOnDismissListener { dismissDialog() }
|
||||
if (savedViewState != null) {
|
||||
val dialogState = savedViewState.getBundle(SAVED_DIALOG_STATE_TAG)
|
||||
|
@ -98,6 +98,7 @@ class LibraryCategoryView @JvmOverloads constructor(context: Context, attrs: Att
|
||||
swipe_refresh.isEnabled = firstPos <= 0
|
||||
}
|
||||
})
|
||||
fast_scroller?.gone()
|
||||
recycler.doOnApplyWindowInsets { v, insets, padding ->
|
||||
v.updatePaddingRelative(bottom = padding.bottom + insets.systemWindowInsetBottom)
|
||||
|
||||
|
@ -1,5 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog bulletedList="true">
|
||||
<changelogversion versionName="v0.9.55" changeDate="">
|
||||
<changelogtext>Drag & Drop support in Library</changelogtext>
|
||||
<changelogtext>Optimizations for the auto-migration, should now find alternative titles for mangas</changelogtext>
|
||||
<changelogtext>Fast scrolling in library</changelogtext>
|
||||
<changelogtext>(From dev) faster loading when scrubbing the reader's seekbar</changelogtext>
|
||||
<changelogtext>Barely smaller app size</changelogtext>
|
||||
<changelogtext>Fix extension notifcation sometimes not showing</changelogtext>
|
||||
</changelogversion>
|
||||
|
||||
<changelogversion versionName="v0.9.5" changeDate="">
|
||||
<changelogtext>Mass/Automatic Source Migration</changelogtext>
|
||||
<changelogtext>Fix single tag searching + multi tag searching by commas (ie. "Romance, -Harem, Comedy")</changelogtext>
|
||||
|
Loading…
Reference in New Issue
Block a user