Reset the handlers when coming back from ShowQrCode screen.
This commit is contained in:
parent
92e417a9ba
commit
229e9f9bc4
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ class LinkNewDeviceFlowNode(
|
|||
is NavTarget.MobileShowQrCode -> {
|
||||
val callback = object : ShowQrCodeNode.Callback {
|
||||
override fun navigateBack() {
|
||||
linkNewMobileHandler.reset()
|
||||
backstack.pop()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue