My code is crashing on the second line below whenever a bluetooth scanner is connected to my tablet.
The error is:
java.lang.NullPointerException: expected receiver of type anywheresoftware.b4a.AbsObjectWrapper, but got null
What am I doing wrong?
B4X:
Public Sub AddItemsToList(li As List, full As String)
If li.IsInitialized = False Then Return
The error is:
java.lang.NullPointerException: expected receiver of type anywheresoftware.b4a.AbsObjectWrapper, but got null
What am I doing wrong?