Skip to content

Commit

Permalink
Update marketUtils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Nov 22, 2024
1 parent 76699ef commit 3fd883c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions packages/kit/src/views/Market/marketUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ export const marketNavigation = {
coinGeckoId: string;
},
) {
await timerUtils.wait(50);
await timerUtils.wait(80);
navigation.switchTab(ETabRoutes.Market);
await timerUtils.wait(50);
navigation.navigate(ETabRoutes.Market, {
screen: ETabMarketRoutes.MarketDetail,
params: {
token: coinGeckoId,
},
await timerUtils.wait(80);
navigation.push(ETabMarketRoutes.MarketDetail, {
token: coinGeckoId,
});
},
};

0 comments on commit 3fd883c

Please sign in to comment.