Skip to content

Commit

Permalink
chore: Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
charlella committed May 2, 2024
1 parent 2c2065d commit 26d457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mail/Views/Thread List/ThreadListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct ThreadListView: View {
private var shouldDisplayUpdateOSView: Bool {
guard !updateOSViewDismissed && !platformDetector.isMac else { return false }
if #available(iOS 16.5, *) {
return true
return false
} else {
let currentVersion = ProcessInfo().operatingSystemVersion
if currentVersion.majorVersion == 15 {
Expand Down

0 comments on commit 26d457e

Please sign in to comment.