Skip to content

Commit

Permalink
Fix mozilla-mobile#6844 - Condition for when internet ins't available…
Browse files Browse the repository at this point in the history
… or leanplum is slow wasn't met (mozilla-mobile#6850) (mozilla-mobile#6852)
  • Loading branch information
nbhasin2 authored and dnarcese committed Jul 14, 2020
1 parent ebab0f8 commit 4547d83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Client/UserResearch/OnboardingUserResearch.swift
Expand Up @@ -85,7 +85,6 @@ class OnboardingUserResearch {
lpVariableValue = boolValue ? .versionV1 : .versionV2
self.updateTelemetry()
}
self.updatedLPVariable = nil
self.onboardingScreenType = lpVariableValue
self.updatedLPVariable?()
}
Expand Down

0 comments on commit 4547d83

Please sign in to comment.