On some android phones the SomeException is thrown from SomeFunction (see below) once in a while.
How is that possible since GetShadowTag() should never be able to return null?
Can you spot something I missed?
EDIT:
BTW: The code is single threaded.
How come this exception fires sometimes?
How is that possible since GetShadowTag() should never be able to return null?
Can you spot something I missed?
EDIT:
BTW: The code is single threaded.
Code (CSharp):