mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 16:41:41 +00:00
style(android): satisfy localization ktlint
This commit is contained in:
@@ -108,8 +108,7 @@ fun gatewayTalkSetupStatusText(state: GatewayTalkSetupState): String =
|
||||
is GatewayTalkSetupState.Unverified -> nativeString("Unverified")
|
||||
}
|
||||
|
||||
fun gatewayTalkSetupDescription(state: GatewayTalkSetupState): String =
|
||||
gatewayTalkSetupDescriptionText(state).resolveNativeText()
|
||||
fun gatewayTalkSetupDescription(state: GatewayTalkSetupState): String = gatewayTalkSetupDescriptionText(state).resolveNativeText()
|
||||
|
||||
internal fun gatewayTalkSetupDescriptionText(state: GatewayTalkSetupState): NativeText =
|
||||
when (state) {
|
||||
|
||||
@@ -173,7 +173,10 @@ internal fun skillWorkshopUnexpectedStatusText(
|
||||
}
|
||||
|
||||
internal fun skillWorkshopActionFailureText(action: SkillWorkshopGatewayAction): NativeText =
|
||||
nativeText("Could not \${action.verb} Skill Workshop proposal.", action.verb)
|
||||
nativeText(
|
||||
"Could not \${action.verb} Skill Workshop proposal.",
|
||||
action.verb,
|
||||
)
|
||||
|
||||
internal data class PendingNotificationNodeEvent(
|
||||
val event: String,
|
||||
|
||||
Reference in New Issue
Block a user