Skip to content

Commit

Permalink
#143 - activate() method is not triggered when You enter again to cac…
Browse files Browse the repository at this point in the history
…hed presenter - Done
  • Loading branch information
FrankHossfeld committed Sep 12, 2020
1 parent 7774230 commit 5168297
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,10 @@ private void doRouting(String hash,
}
// let's call active for all related composite
compositeControllers.forEach(AbstractCompositeController::activate);
controllerInstance.getController()
.getComposites()
.values()
.forEach(AbstractCompositeController::activate);
controllerInstance.getController()
.activate();
} else {
Expand Down

0 comments on commit 5168297

Please sign in to comment.