TheLastProject / RaiseToAnswer

Simply hold your phone to your ear to answer an incoming call
https://play.google.com/store/apps/details?id=me.hackerchick.raisetoanswer
MIT License
74 stars 13 forks source link

java.lang.IllegalArgumentException #21

Open TheLastProject opened 3 years ago

TheLastProject commented 3 years ago
java.lang.IllegalArgumentException: 
  at kotlin.math.MathKt__MathJVMKt.roundToInt (MathJVM.kt:602)
  at me.hackerchick.raisetoanswer.RaiseToAnswerSensorEventListener.onSensorChanged (RaiseToAnswerSensorEventListener.kt:284)
  at android.hardware.SystemSensorManager$SensorEventQueue.dispatchSensorEvent (SystemSensorManager.java:1016)
  at android.os.MessageQueue.nativePollOnce (Native Method)
  at android.os.MessageQueue.next (MessageQueue.java:336)
  at android.os.Looper.loop (Looper.java:197)
  at android.app.ActivityThread.main (ActivityThread.java:8107)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)
theimpulson commented 3 years ago

Any steps to reproduce this?

TheLastProject commented 3 years ago

Nope, just saw this in the Google Play Console. It doesn't happen on my device ever.