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