Fixed extension search breaking after installing an ext

Fixes #880
This commit is contained in:
Jays2Kings 2021-07-05 14:12:19 -04:00
parent 32976b0d0a
commit 19e1d87dee

View File

@ -362,6 +362,9 @@ class BrowseController :
binding.bottomSheet.root.presenter.refreshExtensions()
binding.bottomSheet.root.presenter.refreshMigrations()
setBottomPadding()
if (showingExtensions) {
activity.invalidateOptionsMenu()
}
}
override fun onItemClick(view: View, position: Int): Boolean {