This commit is contained in:
M66B 2022-01-01 13:09:43 +01:00
parent bddf065ca1
commit 3d6a0e42c8
1 changed files with 1 additions and 1 deletions

View File

@ -2428,7 +2428,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
@Override
public void onOverScrolled(int scrollX, int scrollY, int dx, int dy, boolean clampedX, boolean clampedY) {
if (clampedY && ((WebViewEx) wvBody).isZoomedY())
properties.scrollBy(0, dy);
rv.fling(dx * 10, dy * 10);
}
@Override