Fix crash on rotate pointer speed
Change-Id: Ie87b0343f153957d7c7129a04690af20361f9063 Fixes: 28641237
This commit is contained in:
@@ -141,7 +141,6 @@ public class PointerSpeedPreference extends SeekBarDialogPreference implements
|
||||
SavedState myState = (SavedState) state;
|
||||
super.onRestoreInstanceState(myState.getSuperState());
|
||||
mOldSpeed = myState.oldSpeed;
|
||||
mSeekBar.setProgress(myState.progress);
|
||||
mIm.tryPointerSpeed(myState.progress + InputManager.MIN_POINTER_SPEED);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user