Increase the double-tap time for the widget
This really just needs to be a long press... but I don't think there is any way to accomplish this inside a RemoteView
This commit is contained in:
parent
0542c93faf
commit
f19927e97e
@ -149,7 +149,7 @@ public class PlaybackService extends Service implements Runnable, MediaPlayer.On
|
||||
launcher.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
startActivity(launcher);
|
||||
} else {
|
||||
mHandler.sendMessageDelayed(mHandler.obtainMessage(GO, delta, 0), 250);
|
||||
mHandler.sendMessageDelayed(mHandler.obtainMessage(GO, delta, 0), 400);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user