Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Nov 19, 2021
1 parent 6d7b36a commit 2ba37e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class _MyHomePageState extends State<MyHomePage> with TickerProviderStateMixin {

Timer.periodic(Duration(seconds: 5), (timer) {
try {
m.deviceList.forEach((key, value) async {
m.deviceList.forEach((key, value) {
if (value.info.friendlyName.contains('AME Remote')) {
if (!_state && value.info.URLBase.length > 5) {
setState(() {
Expand Down

0 comments on commit 2ba37e7

Please sign in to comment.