fix(ui): Fix some ui bugs in DetailDeviceScreen, HomeScreen, UnregisterDeviceDialog

This commit is contained in:
anhtunz
2025-02-17 13:51:12 +07:00
parent 16244d6768
commit 50d96541e7
6 changed files with 33 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ Future<Widget> warningCard(BuildContext context, APIServices apiServices,
Color backgroundColor = Colors.blue;
Color textColor = Colors.white;
String message = "";
String fullLocation = "";
String fullLocation = "";
if (device.areaPath != "") {
fullLocation = await DeviceUtils.instance
.getFullDeviceLocation(context, device.areaPath!);