Skip to content

Commit

Permalink
Fix back icon for change address destination
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Oct 21, 2023
1 parent 542b8a0 commit 2d4380a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import androidx.lifecycle.compose.collectAsStateWithLifecycle
import com.hedvig.android.core.designsystem.component.button.HedvigContainedButton
import com.hedvig.android.core.designsystem.preview.HedvigPreview
import com.hedvig.android.core.designsystem.theme.HedvigTheme
import com.hedvig.android.core.ui.appbar.m3.TopAppBarActionType
import com.hedvig.android.core.ui.clearFocusOnTap
import com.hedvig.android.core.ui.dialog.ErrorDialog
import com.hedvig.android.core.ui.infocard.VectorInfoCard
Expand Down Expand Up @@ -104,7 +103,6 @@ private fun ChangeAddressEnterNewAddressScreen(
HedvigScaffold(
navigateUp = navigateUp,
modifier = Modifier.clearFocusOnTap(),
topAppBarActionType = TopAppBarActionType.CLOSE,
) {
Spacer(modifier = Modifier.height(48.dp))
Text(
Expand Down

0 comments on commit 2d4380a

Please sign in to comment.