sosauce / CuteCalc

CuteCalc is a simple,lightweight and open-source calculator app for Android.
GNU General Public License v3.0
96 stars 8 forks source link

UI Bug: Haptic feedback too storng #38

Closed realeatham closed 6 months ago

realeatham commented 6 months ago

Describe the bug When you press a button the vibration is too strong.

To fix, replace line 88 in Calculator.kt with the following:

VibrationEffect.createOneShot(100, 90)

Also, rename the setting from buttons vibrations to "Haptic Feedback"

realeatham commented 6 months ago

do the same in LandscapeLayout.kt on line 74

sosauce commented 6 months ago

Sorry I was a the therapist, okay I will

realeatham commented 6 months ago

Can you commit it to GitHub?

sosauce commented 6 months ago

done