Skip to content

Commit 63327dd

Browse files
cleanup
1 parent ac9ee6f commit 63327dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PowerSync/Kotlin/sync/UserAgent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func userAgent() async -> String {
2020

2121
// Returns the OS version string for the current platform
2222
@MainActor func getOSVersion() async -> String {
23-
#if os(iOS) || os(tvOS)
23+
#if os(iOS)
2424
// UIDevice must be accessed on the main actor
2525
return UIDevice.current.systemVersion
2626
#else

0 commit comments

Comments
 (0)