Skip to content

Commit af4eb2c

Browse files
committed
fix lint
1 parent 91beb87 commit af4eb2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/dev/dimension/flare/ui/screen/settings/AccountsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ fun AccountItem(
359359
userState: UiState<UiProfile>,
360360
onClick: (MicroBlogKey) -> Unit,
361361
toLogin: () -> Unit,
362-
toRelogin: (ReloginTarget) -> Unit = { toLogin() },
363362
modifier: Modifier = Modifier,
363+
toRelogin: (ReloginTarget) -> Unit = { toLogin() },
364364
trailingContent: @Composable (UiProfile) -> Unit = { },
365365
headlineContent: @Composable (UiProfile) -> Unit = {
366366
RichText(text = it.name, maxLines = 1)

0 commit comments

Comments
 (0)