mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 07:23:03 +00:00
Cleanup
This commit is contained in:
parent
e4fdccd098
commit
3cf4261118
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue