chore(HomeScreen): fix context unmounted

This commit is contained in:
anhtunz
2025-05-26 14:08:30 +07:00
parent 01ae020374
commit 677a7c4d4a
6 changed files with 69 additions and 59 deletions

View File

@@ -69,6 +69,7 @@ class _DetailDeviceScreenState extends State<DetailDeviceScreen> {
@override
void dispose() {
getDeviceDetailTimer?.cancel();
super.dispose();
}
BoxDecoration boxDecoration = BoxDecoration(