am b6436a64: Make FX sliders more responsive
* commit 'b6436a644aa2e78dac41e4971b60d0b8ad95884e':
Make FX sliders more responsive
diff --git a/src/com/android/musicfx/ControlPanelEffect.java b/src/com/android/musicfx/ControlPanelEffect.java
index 509ad0b..8abb4f3 100644
--- a/src/com/android/musicfx/ControlPanelEffect.java
+++ b/src/com/android/musicfx/ControlPanelEffect.java
@@ -731,7 +731,7 @@
// Set preferences
editor.putInt(strKey, value);
- editor.commit();
+ editor.apply();
} catch (final RuntimeException e) {
Log.e(TAG, "setParameterInt: " + key + "; " + arg0 + "; " + arg1 + "; " + e);