mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-14 11:06:08 +00:00
style(ios): satisfy SwiftFormat in localized surfaces
This commit is contained in:
@@ -32,8 +32,8 @@ struct IPadSidebarScreenChrome<Content: View>: View {
|
||||
VStack(alignment: .leading, spacing: self.isCompactHeight ? 10 : 16) {
|
||||
if !self.usesNativeNavigationChrome {
|
||||
OpenClawAdaptiveHeaderRow(
|
||||
title: .localized(self.title),
|
||||
subtitle: .localized(self.subtitle),
|
||||
title: .localized(self.title),
|
||||
subtitle: .localized(self.subtitle),
|
||||
titleFont: self.isCompactHeight ? OpenClawType.headline : OpenClawType.title2SemiBold,
|
||||
subtitleLineLimit: self.isCompactHeight ? 1 : 2)
|
||||
{
|
||||
|
||||
@@ -277,8 +277,8 @@ public struct OpenClawWatchChatCompletionMessage: Codable, Sendable, Equatable {
|
||||
}
|
||||
|
||||
public enum OpenClawWatchChatStatusCode: String, Codable, Sendable, Equatable {
|
||||
case connectIPhone = "connectIPhone"
|
||||
case noMessages = "noMessages"
|
||||
case connectIPhone
|
||||
case noMessages
|
||||
case unavailable
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user