Skip to content

Commit 0760855

Browse files
committed
feat: Comment kode refresh data setelah hapus track
1 parent f90017d commit 0760855

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/feature/presentation/page/home/home_page.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,13 @@ class _HomePageState extends State<HomePage> with TrayListener, WindowListener {
883883
borderRadius: BorderRadius.circular(999),
884884
onTap: () {
885885
context.pushNamed<bool?>(ReportScreenshotPage.routeName).then((value) async {
886-
if (value != null && value) {
886+
// TODO: handle refresh data home setelah hapus track
887+
/*if (value != null && value) {
887888
setState(() => isLoading = true);
888889
isTimerStartTemp = isTimerStart;
889890
stopTimerFromSystemTray();
890891
doLoadDataTask(isAutoStart: isTimerStartTemp);
891-
}
892+
}*/
892893
});
893894
},
894895
child: Padding(

0 commit comments

Comments
 (0)