I have found a duplicate statement for #region in one of my activities
How this region works when declared twice ,with this mistake is there something that could go wrong ?
How this region works when declared twice ,with this mistake is there something that could go wrong ?
B4X:
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: True
#End Region
#Region Activity Attributes
#FullScreen: False
#IncludeTitle: False
#End Region