AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-call body of fun screen()

Stroesku opened this issue · comments

Invoke screen() fun will work 4-5 times

setupNavigation("splash") {
   screen("splash") {
    Log.i(TAG, "call splash")
    SplashScreen()
   }
}

Log output:
call splash
call splash
call splash
call splash
call splash

commented

Fixed in 1.4.0