Fonction close screeen error

Hello,

I am developing an application with MIT App Inventor and I have a problem with the close screen block.

I created a very simple test screen (Screen3) with one button.

When I use:

when Button1.Click → close screen

nothing happens.

I also tested:

close screen with value "test"

and nothing happens either.

However, if I use:

open another screen "Screen1"

it works correctly.

I tested this with the latest AI Companion on Android.

Is this a known issue, or is there something I am missing?

Thank you.

j essaye d utiliser le bloc close screeen mais ca ne fonctionne pas. Pourtant simple pour un novice comme moi:
Screen3 → open another screen "Screen1" → :white_check_mark: fonctionne
Screen3 → close screen → :cross_mark: rien ne se passe
Screen3 → close screen with value "test" → :cross_mark: rien ne se passe
testé avec AI Companion

Auriez vous une astuce ou quelquechose pour m aider?

Start testing with the companion app in Screen1. You have a button there to open Screen3? Click that button to go to Screen3, then at Screen3 test your close screen block

If you start testing in Screen3 it will not work, as there is no screen to close.

Taifun