Skip to content

Commit

Permalink
chore: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izaaz committed Sep 25, 2024
1 parent b2a7e54 commit 614ac34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/src/main/java/com/amplitude/android/Amplitude.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ open class Amplitude(
val migrationManager = MigrationManager(this)
migrationManager.migrateOldStorage()

if ((this.configuration as Configuration).migrateLegacyData) {
val legacySdkStorageContext = LegacySdkStorageContext(this)
legacySdkStorageContext.migrateToLatestVersion()
}
this.createIdentityContainer(identityConfiguration)

if (this.configuration.offline != AndroidNetworkConnectivityCheckerPlugin.Disabled) {
Expand Down

0 comments on commit 614ac34

Please sign in to comment.