mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-08-29 07:27:16 +00:00
Fix platform-specific imports in BatteryOptimizer
This commit is contained in:
parent
bd75dd2d92
commit
e8d12a6910
@ -7,8 +7,10 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import Combine
|
||||
#if os(iOS)
|
||||
import UIKit
|
||||
#if os(macOS)
|
||||
#elseif os(macOS)
|
||||
import IOKit.ps
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user