mirror of https://github.com/M66B/FairEmail.git
Added comment
This commit is contained in:
parent
61121a2978
commit
2f6a050a56
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue