mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 00:03:27 +01:00
Removes unnecessary #available checks
This commit is contained in:
@@ -131,11 +131,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