mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 22:37:56 +01:00 
			
		
		
		
	| @@ -118,7 +118,9 @@ class ExtensionDetailsPresenter( | ||||
|     } | ||||
|  | ||||
|     fun toggleSources(enable: Boolean) { | ||||
|         extension?.sources?.forEach { toggleSource.await(it.id, enable) } | ||||
|         extension?.sources | ||||
|             ?.map { it.id } | ||||
|             ?.let { toggleSource.await(it, enable) } | ||||
|     } | ||||
|  | ||||
|     private fun createUrl(url: String, pkgName: String, pkgFactory: String?, path: String = ""): String { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user