Description
Hi,
I am geting this error:
10-22 00:34:43.056 1595 1894 I python : File "jnius/jnius_export_class.pxi", line 1164, in jnius.jnius.JavaMultipleMethod.call
10-22 00:34:43.056 1595 1894 I python : File "jnius/jnius_export_class.pxi", line 872, in jnius.jnius.JavaMethod.call
10-22 00:34:43.057 1595 1894 I python : File "jnius/jnius_conversion.pxi", line 51, in jnius.jnius.populate_args
10-22 00:34:43.057 1595 1894 I python : OverflowError: value too large to convert to jshort
for this line:
intent.putExtra(name, 1_234_567_890)
Most probably because of:
File "jnius/jnius_utils.pxi", line 321
Line 321 in c144e96
Both short and integer having same scoring logic, if short is come later in sign_args it got selected even though value not fit inside the short value range
Activity