fix: align ios lint and android build

This commit is contained in:
Peter Steinberger
2025-12-29 23:45:58 +01:00
parent 303954ae8c
commit 857cd6a28a
6 changed files with 20 additions and 15 deletions

View File

@@ -31,12 +31,12 @@ struct StatusPill: View {
struct Activity: Equatable {
var title: String
var systemImage: String
var tint: Color? = nil
var tint: Color?
}
var bridge: BridgeState
var voiceWakeEnabled: Bool
var activity: Activity? = nil
var activity: Activity?
var brighten: Bool = false
var onTap: () -> Void