You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shouldRecalculateScrollWhenComputingLayout flag is set by dataInvalidated() or dataInvalidated(false) but after that it is always false, and seems to affect to view port recalculation.
protectedvoidcomputeLayout(intw, inth) {
mLayout.prepareLayout();
if (shouldRecalculateScrollWhenComputingLayout) {
computeViewPort(mLayout);
}
shouldRecalculateScrollWhenComputingLayout flag is set by dataInvalidated() or dataInvalidated(false) but after that it is always false, and seems to affect to view port recalculation.