From 42ea3290f6db3079cddf0d2faec9ae8e32a918a6 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 23 Apr 2018 09:58:47 +0100 Subject: [PATCH 1/2] BACKGROUND_PLAY_ENABLED and FOREGROUND_NOTIFICATION_ENABLED mobile settings constants added --- src/constants/settings.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants/settings.js b/src/constants/settings.js index ca6652c..0c5f88b 100644 --- a/src/constants/settings.js +++ b/src/constants/settings.js @@ -14,4 +14,6 @@ export const THEMES = 'themes'; export const AUTOMATIC_DARK_MODE_ENABLED = 'automaticDarkModeEnabled'; // mobile settings +export const BACKGROUND_PLAY_ENABLED = 'backgroundPlayEnabled'; +export const FOREGROUND_NOTIFICATION_ENABLED = 'foregroundNotificationEnabled'; export const KEEP_DAEMON_RUNNING = 'keepDaemonRunning'; -- 2.45.2 From cca4a1b2f84685d0357303616822e4eed5b479a1 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Mon, 23 Apr 2018 10:00:45 +0100 Subject: [PATCH 2/2] new build with constants --- dist/bundle.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/bundle.js b/dist/bundle.js index 3c23615..d50d758 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -5364,6 +5364,8 @@ var THEMES = exports.THEMES = 'themes'; var AUTOMATIC_DARK_MODE_ENABLED = exports.AUTOMATIC_DARK_MODE_ENABLED = 'automaticDarkModeEnabled'; // mobile settings +var BACKGROUND_PLAY_ENABLED = exports.BACKGROUND_PLAY_ENABLED = 'backgroundPlayEnabled'; +var FOREGROUND_NOTIFICATION_ENABLED = exports.FOREGROUND_NOTIFICATION_ENABLED = 'foregroundNotificationEnabled'; var KEEP_DAEMON_RUNNING = exports.KEEP_DAEMON_RUNNING = 'keepDaemonRunning'; /***/ }) -- 2.45.2