You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/actions/IOU/MoneyRequest.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,10 @@ function startMoneyRequest(
407
407
isFromFloatingActionButton?: boolean,
408
408
){
409
409
constsourceRoute=Navigation.getActiveRoute();
410
+
// Only the split flow exposes a Distance tab from here, so prefetch the default P2P mileage rate solely for splits to avoid an unnecessary read on other flows.
0 commit comments