mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Added comment
This commit is contained in:
@@ -2772,6 +2772,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
} else
|
||||
return false;
|
||||
} else {
|
||||
//view.getParent().requestDisallowInterceptTouchEvent(false);
|
||||
//return (view.getId() == R.id.wvBody && ev.getAction() == MotionEvent.ACTION_MOVE);
|
||||
boolean intercept = (view.getId() == R.id.wvBody && ((WebViewEx) wvBody).isZoomed());
|
||||
view.getParent().requestDisallowInterceptTouchEvent(intercept);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user