Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
fix FCM unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotk committed Jul 27, 2017
1 parent 5dca5ac commit a3c21e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/de/pscom/pietsmiet/view/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ protected void onCreate(Bundle savedInstanceState) {
StethoHelper.init(this);

FirebaseUtil.loadRemoteConfig();
FirebaseUtil.setupTopicSubscriptions();

ButterKnife.bind(this);
SettingsHelper.loadAllSettings(this);
FirebaseUtil.setupTopicSubscriptions();

setupToolbar(null);

mCustomTabActivityHelper = new CustomTabActivityHelper();
Expand Down

0 comments on commit a3c21e4

Please sign in to comment.