Skip to content
Snippets Groups Projects
Commit 20bfb469 authored by Alexander Lussier-Cullen's avatar Alexander Lussier-Cullen Committed by Adrien Béraud
Browse files

PluginsListSettingsFragments: fix infinite loading hang

GitLab: #1652
Change-Id: I6521ac363e0c85550ce1b3706bcbe0a48519c14a
parent e657e4fe
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,6 @@ class PluginsListSettingsFragment : Fragment(), PluginListItemListener {
mAdapter!!.updatePluginsList(getInstalledPlugins(requireContext()))
Toast.makeText(requireContext(), "Plugin: $filename successfully installed", Toast.LENGTH_LONG)
.show()
mCompositeDisposable.dispose()
}) { e: Throwable ->
if (binding != null) {
val sb = Snackbar.make(binding!!.listLayout, "" + e.message, Snackbar.LENGTH_LONG)
......
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