FlowStepPage: make onBackClicked nullable and remove canGoBack.

This commit is contained in:
Benoit Marty 2023-11-07 10:52:12 +01:00 committed by Benoit Marty
parent 163bc8703f
commit 7bd2ccd2a9
6 changed files with 6 additions and 13 deletions

View file

@ -58,7 +58,6 @@ fun LogoutView(
val eventSink = state.eventSink
FlowStepPage(
canGoBack = true,
onBackClicked = onBackClicked,
title = title(state),
subTitle = subtitle(state),