mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-21 10:38:55 +02: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