Skip to content

Commit

Permalink
remove analytics from AppCenter.start
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan committed Jan 3, 2025
1 parent 0a0adff commit a660bc5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import com.hippo.ehviewer.ui.EhActivity
import com.hippo.ehviewer.ui.MainActivity
import com.hippo.ehviewer.ui.dialog.EhDistributeListener
import com.microsoft.appcenter.AppCenter
import com.microsoft.appcenter.analytics.Analytics
import com.microsoft.appcenter.distribute.Distribute
import java.lang.Exception

Expand All @@ -34,7 +33,6 @@ class SplashActivity : EhActivity() {
}
AppCenter.start(
application, "a47010fb-702a-415a-ad93-ab5c674093ca",
Analytics::class.java, Distribute::class.java
)
// AppCenter.start(getApplication(), "feb52710-e245-4820-aebb-a57e00ed806d",
// Analytics.class, Crashes.class, Distribute.class);
Expand Down

0 comments on commit a660bc5

Please sign in to comment.