mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Update ExtensionPresenter.kt (#5895)
This commit is contained in:
		| @@ -72,7 +72,7 @@ open class ExtensionPresenter( | ||||
|                     (avail.lang in activeLangs || avail.lang == "all") && | ||||
|                     (showNsfwExtensions || !avail.isNsfw) | ||||
|             } | ||||
|             .sortedBy { it.pkgName } | ||||
|             .sortedBy { it.name } | ||||
|  | ||||
|         if (updatesSorted.isNotEmpty()) { | ||||
|             val header = ExtensionGroupItem(context.getString(R.string.ext_updates_pending), updatesSorted.size, true) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user