Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1900056f authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fix bad merge of lockscreen music forward button" into gingerbread

parents 678fadf5 96263f3c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -339,9 +339,7 @@ class LockScreen extends LinearLayout implements KeyguardScreen, KeyguardUpdateM
        mForwardIcon.setOnClickListener(new View.OnClickListener() {
            public void onClick(View v) {
                mCallback.pokeWakelock();
                Intent intent;
                intent = new Intent("com.android.music.musicservicecommand.next");
                getContext().sendBroadcast(intent);
                sendMediaButtonEvent(KeyEvent.KEYCODE_MEDIA_NEXT);
            }
        });