mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-05 10:15:38 +02:00
Removes unnecessary #available checks
This commit is contained in:
@@ -148,11 +148,7 @@ public extension PatreonAPI
|
||||
}
|
||||
}
|
||||
|
||||
if #available(iOS 13.0, *)
|
||||
{
|
||||
self.authenticationSession?.presentationContextProvider = self
|
||||
}
|
||||
|
||||
self.authenticationSession?.presentationContextProvider = self
|
||||
self.authenticationSession?.start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user