Use onContinue method in the back handler
This commit is contained in:
parent
a831412946
commit
e8e958137c
1 changed files with 1 additions and 3 deletions
|
|
@ -49,9 +49,7 @@ fun SpaceAnnouncementView(
|
|||
eventSink(SpaceAnnouncementEvents.Continue)
|
||||
}
|
||||
|
||||
BackHandler {
|
||||
state.eventSink(SpaceAnnouncementEvents.Continue)
|
||||
}
|
||||
BackHandler(onBack = ::onContinue)
|
||||
HeaderFooterPage(
|
||||
modifier = modifier,
|
||||
isScrollable = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue