Skip to content

Commit 0e58860

Browse files
Apply spotless changes
1 parent 080e78c commit 0e58860

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Reply/app/src/main/java/com/example/reply/ui/ReplyListContent.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ fun ReplyInboxScreen(
114114
if (navigationType == ReplyNavigationType.BOTTOM_NAVIGATION) {
115115
ExtendedFloatingActionButton(
116116
text = { Text(text = stringResource(id = R.string.compose)) },
117-
icon = { Icon(painter = painterResource(id = R.drawable.ic_edit), contentDescription = stringResource(id = R.string.compose)) },
117+
icon = {
118+
Icon(painter = painterResource(id = R.drawable.ic_edit), contentDescription = stringResource(id = R.string.compose))
119+
},
118120
onClick = { /*TODO*/ },
119121
modifier = Modifier
120122
.align(Alignment.BottomEnd)

Reply/app/src/main/java/com/example/reply/ui/navigation/ReplyNavigationActions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ val TOP_LEVEL_DESTINATIONS = listOf(
7575
iconTextId = R.string.tab_article,
7676
),
7777

78-
)
78+
)

0 commit comments

Comments
 (0)