| Index: client/view/ConveyorView.dart
|
| diff --git a/client/view/ConveyorView.dart b/client/view/ConveyorView.dart
|
| index efcec80d40a528a8041af17c8d8f43e8dbd114d5..da62fed370805c3c233a523deddef4b42898f285 100644
|
| --- a/client/view/ConveyorView.dart
|
| +++ b/client/view/ConveyorView.dart
|
| @@ -39,8 +39,8 @@ class ConveyorView extends CompositeView {
|
| return result;
|
| }
|
|
|
| - void selectView(View targetView, [bool animate = true]) {
|
| - selectedView = targetView;
|
| + void selectView(View targetView_, [bool animate = true]) {
|
| + selectedView = targetView_;
|
|
|
| // Only animate if we're actually in the document now.
|
| if (isRendered) {
|
|
|