Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 "내 정보" 탭으로 이동할 때 발생하는 문제를 해결하기 위해 탭 인덱스를 업데이트합니다. 기존에 잘못 설정된 인덱스로 인해 내비게이션이 올바르게 작동하지 않던 부분을 수정하여, 사용자가 의도한 대로 해당 탭으로 정확히 이동할 수 있도록 개선되었습니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. 인덱스 하나, 작은 숫자, 탭 전환 오류를 고쳤네. 이제 "내 정보"로, 정확히 이동하리, 코드의 작은 수정, 큰 기쁨. Footnotes
|
There was a problem hiding this comment.
Pull request overview
Fixes a bug where tapping "학과 입력하기" (enter department) from the map's bottom sheet had no effect, by correcting the tab index from 2 to 3 to properly navigate to the "내 정보" (My Info) tab.
Changes:
- Updated tab index from
2to3in bothsetTabandgetNavControllercalls to match the actual position of the "My Info" tab.
#️⃣ 관련 이슈
Resolved #403
💡작업 내용
"내 정보"탭으로 전환할 때 사용하던 탭 인덱스를2에서3으로 변경했습니다.setTab과getNavController양쪽 모두 동일하게3번 인덱스를 사용하도록 맞췄습니다.ScreenRecording_03-16-2026.14-28-55_1.MP4
💬리뷰 요구사항(선택)