Skip to content

Commit f00fc5f

Browse files
committed
fix(release): clear v0.15.1 gates
- restore Compose modifier parameter ordering - target the NickServ field exactly in network guidance UI coverage
1 parent 9435138 commit f00fc5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/androidTest/kotlin/io/github/trevarj/motd/NetworkGuidanceUiTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class NetworkGuidanceUiTest {
9999
}
100100

101101
compose.onNodeWithText("OFTC does not support SASL", substring = true).assertExists()
102-
compose.onNodeWithText("NickServ password", substring = true).assertExists()
102+
compose.onNodeWithText("NickServ password (optional)").assertExists()
103103

104104
compose.runOnIdle { presetId = NetworkPresetId.EFNET }
105105
compose.onNodeWithText("no network account or nickname registration", substring = true).assertExists()

app/src/main/kotlin/io/github/trevarj/motd/ui/components/MessageBubble.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ fun MessageBubble(
219219
text: String,
220220
timeMs: Long,
221221
isSelf: Boolean,
222-
isBot: Boolean = false,
223222
kind: MessageKind,
224223
showSender: Boolean,
225224
modifier: Modifier = Modifier,
225+
isBot: Boolean = false,
226226
hasMention: Boolean = false,
227227
networkId: Long? = null,
228228
senderAccount: String? = null,

0 commit comments

Comments
 (0)