зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1242467
- Update renames missed in FirstrunAnimationContainer. r=bustage CLOSED TREE
--HG-- extra : commitid : II9pmhnEH2I extra : rebase_source : 3232e18e7565222231d8ff17345436372127a5be extra : amend_source : 7e5e876d932d330bd89f44d478027993cfe7d143
This commit is contained in:
Родитель
2a1c461daa
Коммит
5451d27190
|
@ -18,6 +18,7 @@ import org.mozilla.gecko.R;
|
||||||
import org.mozilla.gecko.Telemetry;
|
import org.mozilla.gecko.Telemetry;
|
||||||
import org.mozilla.gecko.TelemetryContract;
|
import org.mozilla.gecko.TelemetryContract;
|
||||||
import org.mozilla.gecko.animation.TransitionsTracker;
|
import org.mozilla.gecko.animation.TransitionsTracker;
|
||||||
|
import org.mozilla.gecko.util.Experiments;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A container for the pager and the entire first run experience.
|
* A container for the pager and the entire first run experience.
|
||||||
|
@ -64,8 +65,9 @@ public class FirstrunAnimationContainer extends LinearLayout {
|
||||||
animateHide();
|
animateHide();
|
||||||
|
|
||||||
// Stop all versions of firstrun A/B sessions.
|
// Stop all versions of firstrun A/B sessions.
|
||||||
Telemetry.stopUISession(TelemetryContract.Session.EXPERIMENT, FirstrunPagerConfig.ONBOARDING_A);
|
Telemetry.stopUISession(TelemetryContract.Session.EXPERIMENT, Experiments.ONBOARDING2_A);
|
||||||
Telemetry.stopUISession(TelemetryContract.Session.EXPERIMENT, FirstrunPagerConfig.ONBOARDING_B);
|
Telemetry.stopUISession(TelemetryContract.Session.EXPERIMENT, Experiments.ONBOARDING2_B);
|
||||||
|
Telemetry.stopUISession(TelemetryContract.Session.EXPERIMENT, Experiments.ONBOARDING2_C);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void animateHide() {
|
private void animateHide() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче