NTP-66775 | Naman Khurmi | Enable click of home page when error state is shown. (#16393)

This commit is contained in:
Naman Khurmi
2025-05-30 21:11:50 +05:30
committed by GitHub
parent 996e0bb086
commit 2ab2c99617

View File

@@ -197,6 +197,8 @@ fun HomeScreen(
error = hpStates().error,
onRetryClick = { retryHomePageApi(homeVM = homeVM, activity = activity) },
)
homeVM().updateClickEnabledState(true)
}
}
}