mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Show EOL message if update check no-ops due to unsupported Android version
This commit is contained in:
		@@ -87,6 +87,7 @@ class GetApplicationRelease(
 | 
			
		||||
    sealed interface Result {
 | 
			
		||||
        data class NewUpdate(val release: Release) : Result
 | 
			
		||||
        data object NoNewUpdate : Result
 | 
			
		||||
        data object OsTooOld : Result
 | 
			
		||||
        data object ThirdPartyInstallation : Result
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user