Android Question Uninitialized Activity

Nataly

Member
Hello I'm trying to change the text of a label in an activity from a service.

I used:
B4X:
CallSubDelayed2(ActivityName, "PassParam", "labelUpdatedText")

Unfortunately this doesn't work on all devices. I get the error:

Sending message to waiting queue of uninitialized activity (ActivityName)

How can I resolve this issue?

Thank you,
Nataly

 
Top