fix(ui): display selected device name when add devices in DetailGroupScreen
This commit is contained in:
@@ -245,9 +245,7 @@ class _MapScreenState extends State<MapScreen> with WidgetsBindingObserver {
|
||||
hasOtherState = true;
|
||||
}
|
||||
}
|
||||
|
||||
// log("Has state = 1: $hasStateOne, Has other state: $hasOtherState");
|
||||
|
||||
|
||||
if (hasStateOne) {
|
||||
return true; // flameIcon
|
||||
} else if (hasOtherState) {
|
||||
|
||||
Reference in New Issue
Block a user