Skip to content

Commit 396bb85

Browse files
committed
chore: remove profile from topbar
1 parent 6c9de7f commit 396bb85

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

app/src/main/java/to/bitkit/ui/screens/wallets/HomeScreen.kt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -638,26 +638,7 @@ private fun TopBar(
638638
.zIndex(1f)
639639
) {
640640
TopAppBar(
641-
title = {
642-
Row(
643-
verticalAlignment = Alignment.CenterVertically,
644-
modifier = Modifier
645-
.clickableAlpha(onClick = onClickProfile)
646-
.testTag("Header")
647-
) {
648-
Icon(
649-
imageVector = Icons.Filled.AccountCircle,
650-
contentDescription = stringResource(R.string.slashtags__your_name_capital),
651-
tint = Colors.White64,
652-
modifier = Modifier.size(32.dp)
653-
)
654-
HorizontalSpacer(16.dp)
655-
Title(
656-
text = stringResource(R.string.slashtags__your_name_capital),
657-
Modifier.testTag("EmptyProfileHeader")
658-
)
659-
}
660-
},
641+
title = {},
661642
actions = {
662643
AppStatus(onClick = { rootNavController.navigate(Routes.AppStatus) })
663644
HorizontalSpacer(4.dp)

0 commit comments

Comments
 (0)