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

Main browser: listen for folders content info

parent e331834c
No related branches found
No related tags found
1 merge request!516Redesign
......@@ -143,6 +143,9 @@ class MainBrowserFragment : BaseFragment(), View.OnClickListener, CtxActionRecei
}
})
localViewModel.browseRoot()
localViewModel.getDescriptionUpdate().observe(viewLifecycleOwner, Observer { pair ->
if (pair != null) storageBrowserAdapter.notifyItemChanged(pair.first, pair.second)
})
......
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