mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
0b96f5aff4
commit
30b1330ce2
|
@ -1710,11 +1710,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
onShowFullConfirmed(message);
|
||||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(DialogInterface dialog, int which) {
|
||||
}
|
||||
})
|
||||
.show();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue