LockScreen : fix one more navigation issue

This commit is contained in:
ganfra 2023-11-07 18:22:40 +01:00
parent 67bdb78f98
commit 04afa8c200
9 changed files with 73 additions and 42 deletions

View file

@ -31,8 +31,8 @@ interface LockScreenEntryPoint : FeatureEntryPoint {
fun build(): Node
}
interface Callback: Plugin {
fun onSetupCompleted()
interface Callback : Plugin {
fun onSetupDone()
}
enum class Target {