Skip to content

Commit

Permalink
Merge pull request #1142 from tsinghuacoder/master
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
Thunnini authored Jun 20, 2024
2 parents 664bcc0 + 7326911 commit f3cc992
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/mobile/src/router/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export class RNEnv {
return {
isInternalMsg,
requestInteraction: async (_, msg) => {
// Url is not used in the mobile envirment.
// Url is neccessary to open the popup to interact with user in the extension environment.
// But, in mobile environment, the background and frontend are running in the same proccess.
// Url is not used in the mobile environment.
// Url is necessary to open the popup to interact with user in the extension environment.
// But, in mobile environment, the background and frontend are running in the same process.
// So, there is no need to open the popup from background.
// The interaction should be handled via the interaction stores.
return await new RNMessageRequesterInternalToUI().sendMessage(
Expand Down

0 comments on commit f3cc992

Please sign in to comment.