fix(ui): fix layout in DetailGroupScreen

This commit is contained in:
anhtunz
2025-04-15 13:34:42 +07:00
parent c19cdec3cf
commit b75635a801

View File

@@ -43,6 +43,7 @@ class _DetailGroupScreenState extends State<DetailGroupScreen> {
@override
void dispose() {
getGroupDetailTimer?.cancel();
// Thieeus hamf
super.dispose();
}
@@ -430,7 +431,7 @@ class _DetailGroupScreenState extends State<DetailGroupScreen> {
}
}
return Expanded(
return SafeArea(
child: Center(
child: devices.isEmpty
? Center(