mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Disable popup for fresh installs
This commit is contained in:
@@ -32,7 +32,7 @@ final public class MajorUpdateManager: NSObject {
|
||||
var shouldShowMajorUpdate: Bool {
|
||||
guard let lastUsedAppVersion = AppVersion.lastUsed else {
|
||||
NSLog("[MajorUpdateManager] shouldShowMajorUpdate: Unknown previous version")
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
let shouldShowMajorUpdate = (lastUsedAppVersion.compare(Constants.lastMajorAppVersion) == .orderedAscending)
|
||||
|
||||
Reference in New Issue
Block a user