|
|
@@ -48,9 +48,6 @@ public class SplashActivity extends ActivityBaseSetup implements ISplashContract
|
|
|
|
|
|
// Log.d("APP# SplashActivity | setup", "| noti ? " + NotificationManagerCompat.from(getApplicationContext()).areNotificationsEnabled());
|
|
|
|
|
|
- // topic 가입
|
|
|
- FirebaseHelper.getInstance().subscribeToTopic();
|
|
|
-
|
|
|
SuperModelInit.instant(getApplicationContext());
|
|
|
presenter = new SplashPresenter(new SplashModel(), this);
|
|
|
|
|
|
@@ -127,6 +124,9 @@ public class SplashActivity extends ActivityBaseSetup implements ISplashContract
|
|
|
*/
|
|
|
AppInitializer.init(context);
|
|
|
|
|
|
+ // topic 가입
|
|
|
+ FirebaseHelper.getInstance().subscribeToTopic();
|
|
|
+
|
|
|
starter = new ScreenStarter(this);
|
|
|
|
|
|
// 네트워크 연결 체크
|