coder3101 / Matrix-Calculator-for-Android

A Simple Yet, Highly Customisable Matrix Calculator
GNU General Public License v3.0
4 stars 6 forks source link

Variable Creation Failure #12

Closed coder3101 closed 7 years ago

coder3101 commented 7 years ago

Application fails to Create a Variable on some older Android Devices. An Exception is thrown "ClassCastException" unable to cast Serializable to float [][] .

coder3101 commented 7 years ago

Variable Creation Fails only on certain Devices(10%). Only some older devices fail to explicitly type cast Serializable to float[][]. Further More, To replace serializable with FloatArray in Bundle objects need Complete Reshaping of the Project. Temporarily Closed the Issue.

coder3101 commented 7 years ago

Due to Regressive Impacts on Some Devices(21 instances a day) , I am opening this Issue again. It will take time but will be fixed soon.

coder3101 commented 7 years ago

This Issue has been resolved In the Last Commits. Closing the Issue