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 was archived by the owner on Nov 2, 2018. It is now read-only.
I found memory is growing and GC is running when FreeFlow is shown even if I didn't touch to the device.
Allocation tracking says FreeFlow is computing layout constantly.
It was because FreeFlowContainer is placed in RelativeLayout and layout_above is used.
(I placed LinearLayout with fixed height of 76dp, which contains Buttons, on the bottom of fragment.)
For workaround I applied below diff to my xml file.