diff --git a/android/app/build.gradle b/android/app/build.gradle index 2ed9d8163..3239631bd 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -150,6 +150,7 @@ android { manifestPlaceholders = [BugsnagAPIKey: BugsnagAPIKey as String] missingDimensionStrategy "RNNotifications.reactNativeVersion", "reactNative60" // See note below! } + resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative" } signingConfigs { @@ -198,7 +199,6 @@ android { applicationId "chat.rocket.android" dimension = "type" buildConfigField "boolean", "FDROID_BUILD", "true" - resValue "string", "rn_config_reader_custom_package", "chat.rocket.reactnative" } play { dimension = "type" diff --git a/app/views/UserPreferencesView/index.js b/app/views/UserPreferencesView/index.js index 215b730b6..bf94d31fb 100644 --- a/app/views/UserPreferencesView/index.js +++ b/app/views/UserPreferencesView/index.js @@ -32,7 +32,7 @@ class UserPreferencesView extends React.Component { this.navigateToScreen('UserNotificationPrefView')} showActionIndicator testID='preferences-view-notifications'