From 77a56cd40d98bb90bb12b51dba87e83223280fb6 Mon Sep 17 00:00:00 2001 From: t-p-white Date: Wed, 16 Oct 2024 10:06:24 +0000 Subject: [PATCH] Bug 1924647 - Remove the 'print' microsurvey for Nightly r=android-reviewers,amejiamarmol Differential Revision: https://phabricator.services.mozilla.com/D225613 --- .../app/messaging-evergreen-messages.fml.yaml | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/mobile/android/fenix/app/messaging-evergreen-messages.fml.yaml b/mobile/android/fenix/app/messaging-evergreen-messages.fml.yaml index f091b227bffe..4d9937f12576 100644 --- a/mobile/android/fenix/app/messaging-evergreen-messages.fml.yaml +++ b/mobile/android/fenix/app/messaging-evergreen-messages.fml.yaml @@ -82,31 +82,3 @@ import: ordering: 4 - text: likert_scale_option_6 ordering: 5 - - # This message displays as a microsurvey prompt after the user taps on the `Print` menu. - - channel: nightly - value: - messages: - microsurvey-printing-example-nightly: - title: microsurvey_prompt_printing_title - text: microsurvey_survey_printing_title - surface: microsurvey - trigger-if-all: - - RECENTLY_PRINTED - style: MICROSURVEY - microsurvey-config: - utm-content: "homepage" - icon: ic_print - answers: - - text: likert_scale_option_1 - ordering: 0 - - text: likert_scale_option_2 - ordering: 1 - - text: likert_scale_option_3 - ordering: 2 - - text: likert_scale_option_4 - ordering: 3 - - text: likert_scale_option_5 - ordering: 4 - - text: likert_scale_option_6 - ordering: 5