BEMSimpleLineGraph
BEMSimpleLineGraph copied to clipboard
Fixes issue that create touch event view on every changing orientation.
Fixes #248 issue that create touch event view on every changing orientation.
- Create new flag
isCreateLayoutTouchReport
- Make
createLayoutTouchReport
method will be called only one time. - Make
resizeLayoutTouchReport
method will be called on every time except first time. This method has function resize views which created increateLayoutTouchReport
.
If my PR code has problem, tell me. Thanks.
I think this is bug.