|
|
@ -1402,14 +1402,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
.putExtra("id", message.id));
|
|
|
|
.putExtra("id", message.id));
|
|
|
|
else {
|
|
|
|
else {
|
|
|
|
firstClick = !firstClick;
|
|
|
|
firstClick = !firstClick;
|
|
|
|
Log.i("First click=" + firstClick + " timeout=" + ViewConfiguration.getDoubleTapTimeout());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (firstClick) {
|
|
|
|
if (firstClick) {
|
|
|
|
new Handler().postDelayed(new Runnable() {
|
|
|
|
new Handler().postDelayed(new Runnable() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public void run() {
|
|
|
|
public void run() {
|
|
|
|
if (firstClick) {
|
|
|
|
if (firstClick) {
|
|
|
|
Log.i("After timeout");
|
|
|
|
|
|
|
|
firstClick = false;
|
|
|
|
firstClick = false;
|
|
|
|
|
|
|
|
|
|
|
|
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
|
|
|
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
|
|
|