mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Disable inline WebView scroll
This commit is contained in:
@@ -1433,6 +1433,16 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
getMeasuredWidth(),
|
||||
Math.max(tvBody.getMinHeight(), getMeasuredHeight()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public void scrollTo(int x, int y) {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public void computeScroll() {
|
||||
// Do nothing
|
||||
}
|
||||
};
|
||||
|
||||
setupWebView(webView);
|
||||
|
||||
Reference in New Issue
Block a user