mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Cleanup
This commit is contained in:
@@ -1402,14 +1402,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
.putExtra("id", message.id));
|
||||
else {
|
||||
firstClick = !firstClick;
|
||||
Log.i("First click=" + firstClick + " timeout=" + ViewConfiguration.getDoubleTapTimeout());
|
||||
|
||||
if (firstClick) {
|
||||
new Handler().postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (firstClick) {
|
||||
Log.i("After timeout");
|
||||
firstClick = false;
|
||||
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
||||
|
||||
Reference in New Issue
Block a user