Use method references, and avoid using navigateUp(): let the parent Node decide how to navigate.

This commit is contained in:
Benoit Marty 2024-02-22 08:57:12 +01:00
parent efa56e6124
commit fb451282fe
3 changed files with 13 additions and 2 deletions

View file

@ -31,5 +31,6 @@ interface VerifySessionEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onEnterRecoveryKey()
fun onDone()
}
}