Skip to content

Fix lag on the wide RHP modal opening animation#72580

Merged
mountiny merged 10 commits intoExpensify:mainfrom
software-mansion-labs:wide-rhp-animation-lag
Oct 30, 2025
Merged

Fix lag on the wide RHP modal opening animation#72580
mountiny merged 10 commits intoExpensify:mainfrom
software-mansion-labs:wide-rhp-animation-lag

Conversation

@WojtekBoman
Copy link
Contributor

@WojtekBoman WojtekBoman commented Oct 14, 2025

Explanation of Change

This PR fixes the following issues:

  • loading bar visible under overlay when RHP is visible,
  • performance when opening RHP in the reports tab (now the screen is preloaded before opening it)

Fixed Issues

$ #72314
PROPOSAL:

Tests

  • Verify that no errors appear in the JS console
  1. Verify if the animation when opening RHP in the Reports tab works better.
  2. Verify if the loading bar under the overlay doesn't appear when opening RHP in the Reports tab.

Offline tests

QA Steps

  • Verify that no errors appear in the JS console
  1. Verify if the animation when opening RHP in the Reports tab works better.
  2. Verify if the loading bar under the overlay doesn't appear when opening RHP in the Reports tab.

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

MacOS: Chrome / Safari
Screen.Recording.2025-10-22.at.09.38.44.mov
MacOS: Desktop
Screen.Recording.2025-10-22.at.09.47.43.mov

@codecov
Copy link

codecov bot commented Oct 14, 2025

Codecov Report

❌ Patch coverage is 15.38462% with 11 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/components/WideRHPContextProvider/index.tsx 0.00% 6 Missing ⚠️
src/components/Search/openSearchReport/index.ts 0.00% 3 Missing ⚠️
...components/Search/openSearchReport/index.native.ts 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
...stReportView/MoneyRequestReportTransactionList.tsx 4.21% <ø> (+1.74%) ⬆️
src/components/Navigation/TopBar.tsx 100.00% <100.00%> (ø)
src/components/Search/index.tsx 0.00% <ø> (ø)
src/libs/SearchUIUtils.ts 70.58% <100.00%> (+0.28%) ⬆️
...components/Search/openSearchReport/index.native.ts 0.00% <0.00%> (ø)
src/components/Search/openSearchReport/index.ts 0.00% <0.00%> (ø)
src/components/WideRHPContextProvider/index.tsx 0.00% <0.00%> (ø)

... and 1446 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here.

@github-actions

This comment has been minimized.

@dubielzyk-expensify
Copy link
Contributor

Definitely looking better, but not 60fps by any means. Happy to ship this though 👍

@mountiny
Copy link
Contributor

Lets take it out of draft 🙌

@WojtekBoman WojtekBoman force-pushed the wide-rhp-animation-lag branch from a0fd320 to b5f7ab7 Compare October 22, 2025 07:35
@WojtekBoman WojtekBoman marked this pull request as ready for review October 22, 2025 08:20
@WojtekBoman WojtekBoman requested a review from a team as a code owner October 22, 2025 08:20
@melvin-bot melvin-bot bot requested review from parasharrajat and removed request for a team October 22, 2025 08:20
@melvin-bot
Copy link

melvin-bot bot commented Oct 22, 2025

@parasharrajat Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@mountiny
Copy link
Contributor

@parasharrajat Are you able to prioritize this review in next 2 days given all the other tasks you are assigned?

@github-actions
Copy link
Contributor

🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here.

@parasharrajat
Copy link
Member

yes. It will be done.

@github-actions
Copy link
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
Built from App PR #72580.

Android 🤖 iOS 🍎
https://ad-hoc-expensify-cash.s3.amazonaws.com/android/72580/index.html https://ad-hoc-expensify-cash.s3.amazonaws.com/ios/72580/index.html
Android iOS
Desktop 💻 Web 🕸️
https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/72580/NewExpensify.dmg https://72580.pr-testing.expensify.com
Desktop Web

👀 View the workflow run that generated this build 👀

Copy link
Member

@parasharrajat parasharrajat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this PR handle the Expense report transaction list as well? We show Wide RHP on that page too and from the slack thead the bug was reported on that page not search/reports page.

MoneyRequestReportTransactionList

const [session] = useOnyx(ONYXKEYS.SESSION, {selector: authTokenTypeSelector, canBeMissing: true});
const shouldShowLoadingBarForReports = useLoadingBarVisibility();
const isAnonymousUser = isAnonymousUserUtil(session);
const isRhpVisible = useRootNavigationState((state) => state?.routes?.at(-1)?.name === NAVIGATORS.RIGHT_MODAL_NAVIGATOR);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not look correct, as RHP can have any screen. Do we have to hide the top bar? Did we confirm this with the product team? cc: @mountiny

22.10.2025_19.50.49_REC.mp4

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was only in the case the RHP also has a top bar so there are no two indicators shown at the same time

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this change currently is hiding indicator from LHN when we open the report details as shown in above vid. I think we should hide the LHN indicator only when expense wide view is open as that will show the indicator.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WojtekBoman Can you please update this logic to fix this. The top bar on LHN should only hide when it is visible on RHP.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@collectioneur has already fixed that

import SCREENS from '@src/SCREENS';

export default function openSearchReport(reportID: string, backTo: string) {
navigationRef.dispatch({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comment on why we are preloading?

if (item.isOneTransactionReport && firstTransaction && transactionPreviewData) {
setOptimisticDataForTransactionThreadPreview(firstTransaction, transactionPreviewData);
}
requestAnimationFrame(() => Navigation.navigate(ROUTES.SEARCH_MONEY_REQUEST_REPORT.getRoute({reportID, backTo})));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about this case?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is currently opened in the central screen, so we don't need to optimize it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the issue is also present in central pane as shown in the video linked on issue description.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has been addressed


if (isReportActionListItemType(item)) {
const reportActionID = item.reportActionID;
Navigation.navigate(ROUTES.SEARCH_REPORT.getRoute({reportID, reportActionID, backTo}));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too?

Copy link
Contributor Author

@WojtekBoman WojtekBoman Oct 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen.Recording.2025-10-27.at.15.28.06.mov

This one is used for the purpose shown on the video, we don't need to adjust this case

@dubielzyk-expensify
Copy link
Contributor

In the latest adhoc I get empty wide RHP without the image thumbnail:
CleanShot 2025-10-23 at 09 10 55@2x

@collectioneur
Copy link
Contributor

Hey @dubielzyk-expensify, could you please share the steps to reproduce this report state?

@dubielzyk-expensify
Copy link
Contributor

I'm clicking just any expense after going to Reports -> Expenses

@collectioneur
Copy link
Contributor

collectioneur commented Oct 24, 2025

Everything works fine on my side, I can’t reproduce the issue. Could you send a video of your entire screen so I can better understand where to look?

Screen.Recording.2025-10-24.at.15.22.02.mov

@dubielzyk-expensify
Copy link
Contributor

Retried in incognito and that seems to fix it so wonder if there's some weird cache or something. Have had this before as well.

@dubielzyk-expensify
Copy link
Contributor

Keen to have @dannymcclain test and see if he has any issues

@parasharrajat
Copy link
Member

There are some comments from me too. Please check them as well.

@dannymcclain
Copy link
Contributor

Ran into the same issue as Jon, but opening in an incognito window seemed to fix it. The build seems pretty good to me unless Jon has any other timing/animation notes.

@parasharrajat
Copy link
Member

It's better, but it is still not smooth. Tested on adhoc web build. Try opening consecutive expenses on reports page.

28.10.2025_13.10.23_REC.mp4

…iate recalculation after closing RHP, it should be recalculated after closing animation
@collectioneur
Copy link
Contributor

I found a bug related to the wideRHP closing animation, which was the reason it looked choppy and cut off. After fixing it, the animation became much smoother. Please check it on your side, it should look noticeably better

Screen.Recording.2025-10-28.at.15.11.58.mov

@collectioneur
Copy link
Contributor

Does this PR handle the Expense report transaction list as well? We show Wide RHP on that page too and from the slack thead the bug was reported on that page not search/reports page.

MoneyRequestReportTransactionList

This comment has been addressed too. @parasharrajat I believe everything should be fine now

@parasharrajat
Copy link
Member

parasharrajat commented Oct 28, 2025

This looks better on exit. But I noticed when data is loading or an expense RHP is opened for the first time, it lags a lot.

Is there a way to heavy operations while animation is running?

I am running a M2 Pro laptop with 16GB ram.

29.10.2025_00.38.42_REC.mp4

@collectioneur collectioneur force-pushed the wide-rhp-animation-lag branch from 566a6bb to e1c264f Compare October 29, 2025 14:35
@collectioneur
Copy link
Contributor

On the first open quite a lot of things are calculated dynamically and in general the Wide RHP contains many sections, each of which is fairly heavy. That’s why I’m not sure we can achieve a significant performance improvement or make it much faster. @parasharrajat could you please test it again on the latest build?
@mountiny could you please trigger another ad-hoc build?

@github-actions
Copy link
Contributor

🚧 @mountiny has triggered a test Expensify/App build. You can view the workflow run here.

@mountiny
Copy link
Contributor

@parasharrajat @collectioneur running a new build, I think that making these animations smooth for first and any consecutive opening is important and we should keep that as a priority cc @staszekscp @blazejkustra

@github-actions
Copy link
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
Built from App PR #72580.

Android 🤖 iOS 🍎
❌ FAILED ❌ ❌ FAILED ❌
The QR code can't be generated, because the Android build failed The QR code can't be generated, because the iOS build failed
Desktop 💻 Web 🕸️
https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/72580/NewExpensify.dmg https://72580.pr-testing.expensify.com
Desktop Web

👀 View the workflow run that generated this build 👀

@parasharrajat
Copy link
Member

Same for me. @mountiny Can you please review the web version?

@mountiny
Copy link
Contributor

It feels better for me, I think we can move forwards @parasharrajat - can you please complete the review?

@parasharrajat
Copy link
Member

Great, Thanks. On it.

@parasharrajat
Copy link
Member

parasharrajat commented Oct 30, 2025

Screenshots

🔲 iOS / native

🔲 iOS / Safari

30.10.2025_21.01.46_REC.mp4

🔲 MacOS / Desktop

30.10.2025_20.59.06_REC.mp4

🔲 MacOS / Chrome

30.10.2025_20.54.45_REC.mp4

🔲 Android / Chrome

30.10.2025_20.56.57_REC.mp4

🔲 Android / native

30.10.2025_21.08.24_REC.mp4

Copy link
Member

@parasharrajat parasharrajat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified tests pass on all platforms & I tested again on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that the left part of a conditional rendering a React component is a boolean and NOT a string, e.g. myBool && <MyComponent />.
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is approved by marketing by adding the Waiting for Copy label for a copy review on the original GH to get the correct copy.
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.js or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

🎀 👀 🎀 C+ reviewed

@melvin-bot melvin-bot bot requested a review from mountiny October 30, 2025 15:39
Copy link
Contributor

@mountiny mountiny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one comment but since that is not technicallly related to your changes I wont block on this

}

requestAnimationFrame(() => Navigation.navigate(ROUTES.SEARCH_REPORT.getRoute({reportID, backTo})));
openSearchReport(reportID, backTo);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you see the ESLint warning?

React Hook useCallback has an unnecessary dependency: 'type'. Either exclude it or remove the dependency array

Seems like type is not used so you could remove it

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I've missed that, thanks for pointing out

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Np, thanks!

@mountiny mountiny merged commit d02782c into Expensify:main Oct 30, 2025
26 checks passed
@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/mountiny in version: 9.2.42-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@IuliiaHerets
Copy link

@WojtekBoman PR failed on Desktop by the QA team with an original issue

1761991078340.Screen_Recording_2025-11-01_at_11.55.23.mp4

@OSBotify
Copy link
Contributor

OSBotify commented Nov 3, 2025

🚀 Deployed to production by https://github.com/luacmartins in version: 9.2.42-11 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@mountiny
Copy link
Contributor

mountiny commented Nov 4, 2025

Reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants