mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Use consistent extension icon URLs
Better caching between versions.
This commit is contained in:
		@@ -125,7 +125,7 @@ internal class ExtensionGithubApi {
 | 
			
		||||
                    hasChangelog = it.hasChangelog == 1,
 | 
			
		||||
                    sources = it.sources?.map(extensionSourceMapper).orEmpty(),
 | 
			
		||||
                    apkName = it.apk,
 | 
			
		||||
                    iconUrl = "${getUrlPrefix()}icon/${it.apk.replace(".apk", ".png")}",
 | 
			
		||||
                    iconUrl = "${getUrlPrefix()}icon/${it.pkg}.png",
 | 
			
		||||
                )
 | 
			
		||||
            }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user