mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Select swipe left/right folder
This commit is contained in:
@@ -292,6 +292,14 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
grpExpanded = itemView.findViewById(R.id.grpExpanded);
|
||||
}
|
||||
|
||||
Rect getItemRect() {
|
||||
return new Rect(
|
||||
super.itemView.getLeft(),
|
||||
super.itemView.getBottom() - vwColor.getHeight(),
|
||||
super.itemView.getRight(),
|
||||
super.itemView.getBottom());
|
||||
}
|
||||
|
||||
private void wire() {
|
||||
final View touch = (viewType == ViewType.THREAD && threading ? ivExpander : vwColor);
|
||||
touch.setOnClickListener(this);
|
||||
|
||||
Reference in New Issue
Block a user