Commit f72d61bf authored by Hans Muller's avatar Hans Muller

manage listener with on,didMount

parent 3f70271d
...@@ -41,7 +41,6 @@ class VariableHeightScrollable extends Scrollable { ...@@ -41,7 +41,6 @@ class VariableHeightScrollable extends Scrollable {
super.didUnmount(); super.didUnmount();
} }
void syncFields(VariableHeightScrollable source) { void syncFields(VariableHeightScrollable source) {
builder = source.builder; builder = source.builder;
if (token != source.token) if (token != source.token)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment