fix(ui): Fix some ui bugs
This commit is contained in:
@@ -48,7 +48,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
super.initState();
|
||||
homeBloc = BlocProvider.of(context);
|
||||
getOwnerAndJoinedDevices();
|
||||
const duration = Duration(seconds: 20);
|
||||
const duration = Duration(seconds: 10);
|
||||
getAllDevicesTimer =
|
||||
Timer.periodic(duration, (Timer t) => getOwnerAndJoinedDevices());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user