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

Commit 96263f3c authored by Keyan Mobli's avatar Keyan Mobli
Browse files

Fix bad merge of lockscreen music forward button

Change-Id: I98e996c126cef3474de719744f29987091f65adc
parent 02332098
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);
            }
        });