Hello
I have a particular app that is not getting the activity_resume event when I change the screen orientation. Other apps work fine. This is the header of the main activity
Anyone have any ideas as to what would prevent the activity_resume event not being fired ?
Regards
John.
I have a particular app that is not getting the activity_resume event when I change the screen orientation. Other apps work fine. This is the header of the main activity
B4X:
#AdditionalJar: android-support-v4
#Region Module Attributes
#ApplicationLabel: Atlas SOS
#VersionCode: 114
#VersionName: 1.175.18.09.10.01a
#CanInstallToExternalStorage: False
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: False
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#End Region
Anyone have any ideas as to what would prevent the activity_resume event not being fired ?
Regards
John.
Last edited: