| Index: sky/examples/fn/widgets/fixedheightscrollable.dart
|
| diff --git a/sky/examples/fn/widgets/fixedheightscrollable.dart b/sky/examples/fn/widgets/fixedheightscrollable.dart
|
| index ecb558962ad1523ae25c4fafcfebefc02a585150..83733ea7c0b6cfe2716d7ba1ce1ef341bd3a1959 100644
|
| --- a/sky/examples/fn/widgets/fixedheightscrollable.dart
|
| +++ b/sky/examples/fn/widgets/fixedheightscrollable.dart
|
| @@ -64,7 +64,7 @@ abstract class FixedHeightScrollable extends Component {
|
| ..events.listen('wheel', _handleWheel);
|
| }
|
|
|
| - void willUnmount() {
|
| + void didUnmount() {
|
| _stopFling();
|
| }
|
|
|
|
|