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
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
Returning without setting any dimension causes crash with message: "onMeasure() did not set the measured dimension by calling setMeasuredDimension()".
This happens when mLayout or mAdapter is not set.
Returning without setting any dimension causes crash with message: "onMeasure() did not set the measured dimension by calling setMeasuredDimension()".
This happens when mLayout or mAdapter is not set.
Line is cause of crash:
https://github.com/Comcast/FreeFlow/blob/master/FreeFlow/src/com/comcast/freeflow/core/FreeFlowContainer.java#L245
Exception thrown on this line of android code:
http://tools.oesf.biz/android-5.0.1_r1.0/xref/frameworks/base/core/java/android/view/View.java#17442
The text was updated successfully, but these errors were encountered: