Fix merge with another crash
This commit is contained in:
parent
e192806950
commit
d4659ffaae
@ -106,11 +106,13 @@ class SourceController(bundle: Bundle? = null) :
|
|||||||
|
|
||||||
requestPermissionsSafe(arrayOf(WRITE_EXTERNAL_STORAGE), 301)
|
requestPermissionsSafe(arrayOf(WRITE_EXTERNAL_STORAGE), 301)
|
||||||
|
|
||||||
// Update list on extension changes (e.g. new installation)
|
if (mode == Mode.CATALOGUE) {
|
||||||
(parentController as BrowseController).extensionListUpdateRelay
|
// Update list on extension changes (e.g. new installation)
|
||||||
.subscribeUntilDestroy {
|
(parentController as BrowseController).extensionListUpdateRelay
|
||||||
presenter.updateSources()
|
.subscribeUntilDestroy {
|
||||||
}
|
presenter.updateSources()
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onDestroyView(view: View) {
|
override fun onDestroyView(view: View) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user