Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2095,7 +2095,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { handleVolumeLongPressAbort(); // delay handling volume events if mVolBtnMusicControls is desired if (!mIsLongPress && (result & ACTION_PASS_TO_USER) == 0) if (isMusicActive() && !mIsLongPress && (result & ACTION_PASS_TO_USER) == 0) handleVolumeKey(AudioManager.STREAM_MUSIC, keyCode); } if (down) { Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2095,7 +2095,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { handleVolumeLongPressAbort(); // delay handling volume events if mVolBtnMusicControls is desired if (!mIsLongPress && (result & ACTION_PASS_TO_USER) == 0) if (isMusicActive() && !mIsLongPress && (result & ACTION_PASS_TO_USER) == 0) handleVolumeKey(AudioManager.STREAM_MUSIC, keyCode); } if (down) { Loading