We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
AndroidCentral
1 parent 83f9c27 commit 3723d7bCopy full SHA for 3723d7b
Sources/AndroidBluetooth/AndroidCentral.swift
@@ -17,9 +17,7 @@ import JavaLang
17
import JavaUtil
18
import AndroidOS
19
import AndroidContent
20
-import AndroidLooper
21
22
-@AndroidMainActor
23
public final class AndroidCentral: CentralManager {
24
25
public typealias Advertisement = AndroidLowEnergyAdvertisementData
@@ -42,7 +40,7 @@ public final class AndroidCentral: CentralManager {
42
40
43
41
public let options: Options
44
45
- private let storage = Storage()
+ internal let storage = Storage()
46
47
// MARK: - Intialization
48
0 commit comments