mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Fix merge with another crash
This commit is contained in:
		| @@ -106,11 +106,13 @@ class SourceController(bundle: Bundle? = null) : | ||||
|  | ||||
|         requestPermissionsSafe(arrayOf(WRITE_EXTERNAL_STORAGE), 301) | ||||
|  | ||||
|         // Update list on extension changes (e.g. new installation) | ||||
|         (parentController as BrowseController).extensionListUpdateRelay | ||||
|             .subscribeUntilDestroy { | ||||
|                 presenter.updateSources() | ||||
|             } | ||||
|         if (mode == Mode.CATALOGUE) { | ||||
|             // Update list on extension changes (e.g. new installation) | ||||
|             (parentController as BrowseController).extensionListUpdateRelay | ||||
|                 .subscribeUntilDestroy { | ||||
|                     presenter.updateSources() | ||||
|                 } | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     override fun onDestroyView(view: View) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user