I set a notification which requires SetInfo which requires an activity and all is well.
When the user selects my notification the activity code is run, it works fine.
The problem is the entire screen briefly flashes black when the code is run because it is an activity. Is there some way to prevent that?
I have
set.
I do have code that needs to run, and possibly a Toastmessage, but I don't want a full screen.
Thanks for any help
When the user selects my notification the activity code is run, it works fine.
The problem is the entire screen briefly flashes black when the code is run because it is an activity. Is there some way to prevent that?
I have
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: False
#End Region
I do have code that needs to run, and possibly a Toastmessage, but I don't want a full screen.
Thanks for any help
Last edited: