mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Fixed expander touch area
This commit is contained in:
@@ -326,9 +326,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
public void run() {
|
||||
Rect rect = new Rect(
|
||||
itemView.getLeft(),
|
||||
touch.getTop(),
|
||||
vwColor.getTop(),
|
||||
itemView.getRight(),
|
||||
touch.getBottom());
|
||||
vwColor.getBottom());
|
||||
Log.i("Touch delegate=" + rect);
|
||||
itemView.setTouchDelegate(new TouchDelegate(rect, touch));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user