mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed swipe icon position
This commit is contained in:
@@ -480,7 +480,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Rect getItemRect() {
|
||||
return new Rect(
|
||||
super.itemView.getLeft(),
|
||||
super.itemView.getBottom() - vwColor.getHeight(),
|
||||
super.itemView.getTop(),
|
||||
super.itemView.getRight(),
|
||||
super.itemView.getBottom());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user