Skip to content

Commit

Permalink
Update SplashActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xC3FFF0E authored Mar 1, 2022
1 parent 79c18b7 commit ae548c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/xc3fff0e/xmanager/SplashActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ protected void onCreate(Bundle _savedInstanceState) {
setContentView(R.layout.splash);
initialize(_savedInstanceState);
com.google.firebase.FirebaseApp.initializeApp(this);
com.google.android.gms.ads.MobileAds.initialize(this);

initializeLogic();
}

Expand Down

0 comments on commit ae548c8

Please sign in to comment.