Skip to content
Snippets Groups Projects
Commit 4a76a97d authored by AdarshGrewal's avatar AdarshGrewal Committed by whyredfire
Browse files

lisa: vibrator: Force Medium Magnitude even for LightStrength

parent a3e669e2
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ int InputFFDevice::setAmplitude(uint8_t amplitude) {
int InputFFDevice::playEffect(int effectId, EffectStrength es, long *playLengthMs) {
switch (es) {
case EffectStrength::LIGHT:
mCurrMagnitude = LIGHT_MAGNITUDE;
mCurrMagnitude = MEDIUM_MAGNITUDE;
break;
case EffectStrength::MEDIUM:
mCurrMagnitude = MEDIUM_MAGNITUDE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment