@msLalith

Results 34 comments of @msLalith

anything planned on this?

I followed the same for Android. The problem I'm facing is, my UI is shared. So need a way to communicate back to navigate via Voyager. I've managed for Android...

``` MaterialShowCaseView showCaseView = new MaterialShowcaseView.Builder(activity) .setTarget(targetView) .setContentText("Context text goes here") .setTargetTouchable(true) // this is important .setDismissOnTargetTouch(true) // this is important .build(); ``` and remember to disable your button (targetView)...

Are we waiting for [1.5.9-kt-2.0.0-Beta4](https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/compiler/compiler/1.5.9-kt-2.0.0-Beta4/)?

Do you see this issue always? I'm not able to reproduce. Can you provide your device details and a recording would also help

Some changes were made to status and navigation bar in [v0.8.0](https://github.com/mslalith/focus_launcher/releases/tag/v0.8.0). Can you try with that and lemme know if this still persists.

I don't see the issue. Can you share a recording?

I was considering this but there are other things I need to focus on at the moment. And I'm not sure on F-Droid publishing process, need to go through

Thanks! I'll have a look

What do you mean? in FL?