From 444c68ae535bb7b7da1a65c95f8b5d6f4af6e324 Mon Sep 17 00:00:00 2001
From: Whymarrh Whitby <whymarrh.whitby@gmail.com>
Date: Mon, 24 Sep 2018 15:59:00 -0230
Subject: Don't announce new UI to users switching back

---
 app/scripts/controllers/preferences.js | 1 +
 1 file changed, 1 insertion(+)

(limited to 'app/scripts/controllers/preferences.js')

diff --git a/app/scripts/controllers/preferences.js b/app/scripts/controllers/preferences.js
index a5931ddc9..b21cdfb36 100644
--- a/app/scripts/controllers/preferences.js
+++ b/app/scripts/controllers/preferences.js
@@ -34,6 +34,7 @@ class PreferencesController {
       useBlockie: false,
       featureFlags: {
         betaUI: true,
+        skipAnnounceBetaUI: true,
       },
       currentLocale: opts.initLangCode,
       identities: {},
-- 
cgit