mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Cleanup
This commit is contained in:
@@ -1433,20 +1433,9 @@ 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);
|
||||
webView.setScrollContainer(false);
|
||||
|
||||
webView.setId(vwBody.getId());
|
||||
webView.setVisibility(vwBody.getVisibility());
|
||||
|
||||
Reference in New Issue
Block a user