| Index: site/try/poi/poi.dart
|
| diff --git a/site/try/poi/poi.dart b/site/try/poi/poi.dart
|
| index f73e4e77ca9a1c6bc6ea4d8eaf891e30d20446fd..f40705a9f77a8f2f1e259c90d9cbb0ef5c602f77 100644
|
| --- a/site/try/poi/poi.dart
|
| +++ b/site/try/poi/poi.dart
|
| @@ -455,7 +455,7 @@ Future<Element> runPoiInternal(
|
| int position) {
|
| bool isFullCompile = cachedCompiler != newCompiler;
|
| cachedCompiler = newCompiler;
|
| - if (poiTask == null || poiTask.compiler != cachedCompiler) {
|
| + if (poiTask == null) {
|
| poiTask = new PoiTask(cachedCompiler);
|
| cachedCompiler.tasks.add(poiTask);
|
| }
|
|
|