Crash when reopening the app

Hi all !

I have a problem with most of my apps. A crash problem when opening.

I noticed that when I went to a new screen, and from this screen I left the application, the next opening of the application crashed. I have to reopen again for it to work.

See the video:

Here are the blocks I use:


And here is the APK file for the test:
Uploading: test_crash.apk…

What am I doing wrong to make this bug?

After choosing, why do you need to close screen? just close application instead.

Because some time ago I read that it was a so-called “clean” method to quit an application

I just tried it, and I have the exact same problem.

No, you only use it for switching screen. meanwhile, it should be like this
blocks(46)
blocks(47)

1 Like

sorry, that should be switch screen procedure not close application.

Let me take a quick look at your app

Already the same problem

Can you share your AIA?

Yes of course :

test_crash.aia (3.9 KB)

Remove close application block from screen 2

test_crash2.aia (4.0 KB)

test_crash.apk (5.3 MB)

1 Like

I was just thinking about it too. it could be that screen 1 is not fully closed thats why when you open it again it crash.

Oh, thank you !

Are there any other methods if not?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.