|
|
@ -1433,20 +1433,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|
|
|
getMeasuredWidth(),
|
|
|
|
getMeasuredWidth(),
|
|
|
|
Math.max(tvBody.getMinHeight(), getMeasuredHeight()));
|
|
|
|
Math.max(tvBody.getMinHeight(), getMeasuredHeight()));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public void scrollTo(int x, int y) {
|
|
|
|
|
|
|
|
// Do nothing
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public void computeScroll() {
|
|
|
|
|
|
|
|
// Do nothing
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
setupWebView(webView);
|
|
|
|
setupWebView(webView);
|
|
|
|
webView.setScrollContainer(false);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
webView.setId(vwBody.getId());
|
|
|
|
webView.setId(vwBody.getId());
|
|
|
|
webView.setVisibility(vwBody.getVisibility());
|
|
|
|
webView.setVisibility(vwBody.getVisibility());
|
|
|
|