Remove unexpected scrolling on tab bind (triggered when tab is selected)

drag-tabs
Steven Knipe 3 years ago
parent ca3c844112
commit f317064427

@ -53,8 +53,6 @@ abstract class AbstractBrowserPageViewHolder(
) { ) {
adapterRef = adapter adapterRef = adapter
scrollToTab(adapter, layoutManager)
trayList.layoutManager = layoutManager trayList.layoutManager = layoutManager
trayList.adapter = adapter trayList.adapter = adapter
} }

Loading…
Cancel
Save