Skip to content

Commit d683fb3

Browse files
authored
Merge pull request #92163 from Expensify/cherry-pick-staging-92140-26739173982-1
🍒 Cherry pick PR #92140 to staging 🍒
2 parents a7182c3 + 0787c8d commit d683fb3

31 files changed

Lines changed: 38 additions & 401 deletions

Mobile-Expensify

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ android {
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113113
multiDexEnabled rootProject.ext.multiDexEnabled
114-
versionCode 1009038905
115-
versionName "9.3.89-5"
114+
versionCode 1009038906
115+
versionName "9.3.89-6"
116116
// Supported language variants must be declared here to avoid from being removed during the compilation.
117117
// This also helps us to not include unnecessary language variants in the APK.
118118
resConfigs "en", "es"

ios/NewExpensify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dict>
4545
</array>
4646
<key>CFBundleVersion</key>
47-
<string>9.3.89.5</string>
47+
<string>9.3.89.6</string>
4848
<key>FullStory</key>
4949
<dict>
5050
<key>OrgId</key>

ios/NotificationServiceExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.89</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.89.5</string>
16+
<string>9.3.89.6</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

ios/ShareViewController/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleShortVersionString</key>
1414
<string>9.3.89</string>
1515
<key>CFBundleVersion</key>
16-
<string>9.3.89.5</string>
16+
<string>9.3.89.6</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionAttributes</key>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "new.expensify",
3-
"version": "9.3.89-5",
3+
"version": "9.3.89-6",
44
"author": "Expensify, Inc.",
55
"homepage": "https://new.expensify.com",
66
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.",

src/ONYXKEYS.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,6 @@ const ONYXKEYS = {
568568
/** Stores the information if mobile selection mode is active */
569569
RAM_ONLY_MOBILE_SELECTION_MODE: 'mobileSelectionMode',
570570

571-
/** Session-scoped flag: user dismissed the "enable notifications" banner in the Concierge chat */
572-
RAM_ONLY_HAS_DISMISSED_CONCIERGE_NOTIFICATION_BANNER: 'hasDismissedConciergeNotificationBanner',
573-
574571
NVP_PRIVATE_CANCELLATION_DETAILS: 'nvp_private_cancellationDetails',
575572

576573
/** Stores the information about duplicated workspace */
@@ -1566,7 +1563,6 @@ type OnyxValuesMapping = {
15661563
[ONYXKEYS.ADD_NEW_PERSONAL_CARD]: OnyxTypes.AddNewPersonalCard;
15671564
[ONYXKEYS.ASSIGN_CARD]: OnyxTypes.AssignCard;
15681565
[ONYXKEYS.RAM_ONLY_MOBILE_SELECTION_MODE]: boolean;
1569-
[ONYXKEYS.RAM_ONLY_HAS_DISMISSED_CONCIERGE_NOTIFICATION_BANNER]: boolean;
15701566
[ONYXKEYS.DUPLICATE_WORKSPACE]: OnyxTypes.DuplicateWorkspace;
15711567
[ONYXKEYS.COPY_POLICY_SETTINGS]: OnyxTypes.CopyPolicySettings;
15721568
[ONYXKEYS.NVP_FIRST_DAY_FREE_TRIAL]: string;

src/components/Banner.tsx

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ type BannerProps = {
5353

5454
/** Callback called when pressing the button */
5555
onButtonPress?: () => void;
56-
57-
/** Custom action content rendered in the right side of the banner. Overrides the configured `shouldShowButton` when provided. */
58-
children?: React.ReactNode;
5956
};
6057

6158
function Banner({
@@ -67,7 +64,6 @@ function Banner({
6764
onButtonPress,
6865
containerStyles,
6966
textStyles,
70-
children,
7167
shouldRenderHTML = false,
7268
shouldShowIcon = false,
7369
shouldShowCloseButton = false,
@@ -122,15 +118,14 @@ function Banner({
122118
</Text>
123119
))}
124120
</View>
125-
{children ??
126-
(shouldShowButton && (
127-
<Button
128-
success
129-
style={[styles.ph3]}
130-
text={translate('common.chatNow')}
131-
onPress={onButtonPress}
132-
/>
133-
))}
121+
{shouldShowButton && (
122+
<Button
123+
success
124+
style={[styles.ph3]}
125+
text={translate('common.chatNow')}
126+
onPress={onButtonPress}
127+
/>
128+
)}
134129
{shouldShowCloseButton && !!onClose && (
135130
<Tooltip text={translate('common.close')}>
136131
<PressableWithFeedback

src/languages/de.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ const translations: TranslationDeepObject<typeof en> = {
508508
concierge: {
509509
collapseReasoning: 'Begründung einklappen',
510510
expandReasoning: 'Begründung erweitern',
511-
enableNotifications: {prompt: 'Möchten Sie benachrichtigt werden, wenn Concierge antwortet?', cta: 'Benachrichtigen'},
512511
},
513512
supportalNoAccess: {
514513
title: 'Nicht so schnell',

0 commit comments

Comments
 (0)