We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91beb87 commit af4eb2cCopy full SHA for af4eb2c
1 file changed
app/src/main/java/dev/dimension/flare/ui/screen/settings/AccountsScreen.kt
@@ -359,8 +359,8 @@ fun AccountItem(
359
userState: UiState<UiProfile>,
360
onClick: (MicroBlogKey) -> Unit,
361
toLogin: () -> Unit,
362
- toRelogin: (ReloginTarget) -> Unit = { toLogin() },
363
modifier: Modifier = Modifier,
+ toRelogin: (ReloginTarget) -> Unit = { toLogin() },
364
trailingContent: @Composable (UiProfile) -> Unit = { },
365
headlineContent: @Composable (UiProfile) -> Unit = {
366
RichText(text = it.name, maxLines = 1)
0 commit comments