File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments