Skip to content

Commit

Permalink
Revert "Add back nabigation icon to profile card screen"
Browse files Browse the repository at this point in the history
This reverts commit d98bb77.
  • Loading branch information
masah517 committed Sep 9, 2024
1 parent c48279f commit aeb9e9d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import androidx.compose.foundation.text.KeyboardActions
import androidx.compose.foundation.text.KeyboardOptions
import androidx.compose.foundation.verticalScroll
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.automirrored.outlined.ArrowBack
import androidx.compose.material.icons.filled.Add
import androidx.compose.material.icons.filled.Check
import androidx.compose.material.icons.filled.Close
Expand Down Expand Up @@ -281,14 +280,6 @@ internal fun ProfileCardScreen(
ProfileCardUiType.Edit -> {
AnimatedTextTopAppBar(
title = stringResource(ProfileCardRes.string.profile_card_title),
navigationIcon = {
IconButton(onClick = { }) {
Icon(
imageVector = Icons.AutoMirrored.Outlined.ArrowBack,
contentDescription = "Back",
)
}
},
scrollBehavior = scrollBehavior,
)
}
Expand Down

0 comments on commit aeb9e9d

Please sign in to comment.