style(ios): satisfy SwiftFormat in localized surfaces

This commit is contained in:
Vincent Koc
2026-07-12 08:45:39 +02:00
parent 2ee16ccdc1
commit 632ea2bcb7
2 changed files with 4 additions and 4 deletions

View File

@@ -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)
{

View File

@@ -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
}