Skip to content
Snippets Groups Projects
Commit 0256f033 authored by Geoffrey Métais's avatar Geoffrey Métais Committed by Nicolas Pomepuy
Browse files

Browser: Always restore selection helper

(cherry picked from commit d4cb648e)
parent bb8e00de
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ abstract class BaseBrowserFragment : MediaBrowserFragment<BrowserModel>(), IRefr
override fun onMainActionClick(v: View, position: Int, item: MediaLibraryItem) {}
override fun onUpdateFinished(adapter: RecyclerView.Adapter<*>) {
restoreMultiSelectHelper()
swipeRefreshLayout.isRefreshing = false
handler.sendEmptyMessage(MSG_HIDE_LOADING)
updateEmptyView()
......@@ -494,7 +495,6 @@ abstract class BaseBrowserFragment : MediaBrowserFragment<BrowserModel>(), IRefr
layoutManager.scrollToPositionWithOffset(savedPosition, 0)
savedPosition = 0
}
restoreMultiSelectHelper()
}
if (!isRootDirectory) {
updateFab()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment