일단 잡까지 되는것 저장

This commit is contained in:
girinb
2025-07-11 16:46:23 +09:00
parent 42453abe41
commit 7e56c68827
7 changed files with 265 additions and 183 deletions

View File

@@ -64,7 +64,6 @@ class _MyHomePageState extends State<MyHomePage> {
setState(() {
_selectedIndex = index;
});
print('Selected index: $_selectedIndex'); // 디버깅 출력 추가
// HomePage의 _recommendTimer 제어 로직은 HomePage 내부에서 독립적으로 관리됩니다.
// 또는 필요에 따라 GlobalKey 등을 사용하여 HomePage의 상태에 접근할 수 있습니다.
}