Skip to content

Commit

Permalink
Merge pull request #193 from bsideproject/QA
Browse files Browse the repository at this point in the history
Main 화면 진입 시 뒤로가기 기능 차단
  • Loading branch information
boxak authored May 11, 2024
2 parents 2a1a78c + 770bfd8 commit ddcad59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ const Main = () => {
setTimeout(() => {
setIsLoading(false);
}, 1500);

// Main 화면에 진입시 back 기능 차단
window.ReactNativeWebView.postMessage('enter_main');
}, []);

// 친구 목록 불러오기 api
Expand Down

0 comments on commit ddcad59

Please sign in to comment.