Skip to content

Commit

Permalink
Merge pull request #7614 from wordpress-mobile/issue/7540-followed-bl…
Browse files Browse the repository at this point in the history
…og-notifications

Issue/7540 followed blog notifications
  • Loading branch information
nbradbury authored Apr 23, 2018
2 parents d50538e + d9d97dc commit 5c0788e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public void onAccountChanged(OnAccountChanged event) {
} else if (event.causeOfChange == AccountAction.FETCH_SETTINGS) {
// The user's account settings have also been fetched and stored - now we can fetch the user's sites
mDispatcher.dispatch(SiteActionBuilder.newFetchSitesAction());
mDispatcher.dispatch(AccountActionBuilder.newFetchSubscriptionsAction());
}
}

Expand Down

0 comments on commit 5c0788e

Please sign in to comment.