Hello,
I often used a sub called from Activity_Resume to refresh a view when the app is to the foreground again. The sub calls itself. Today, instead of using CallSub at the end of the sub, I have used CallSubDelayed which had the following effect :
- the context is destroyed
- the resumable sub doesn't loop
Could someone explain me why the sub, included in a foreground activity seems to be unreachable ? Many thanks
Sleep not resumed (context destroyed): b4a.test.context.main$ResumableSub_refresh_LV
Thanks so another time, all seems to work well outside my own setup...
Could you please be kind enough to upload a release APK (if you have some time of course).
Here I have tested with some devices (7.0, 7.1.1). It was compiled with B4A 8.0, Android 27 and Jdk-10.0.1
Yes and your APK is OK too on the first phone I had tried and where I noticed my problem the first time. Thanks for the effort you provided. It on my end so