diff --git a/README.md b/README.md index c48bc53..89a7ef2 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ public class CustomApplicationMainScreen extends MainScreen { } @Subscribe - protected void onAfterShow(AfterShowEvent event) { + protected void onAfterInit(AfterInit event) { userInboxMessageMenuBadge.updateMessageCounter(sideMenu); }