diff --git a/lib/ui/home_page.dart b/lib/ui/home_page.dart index 9e711a398..ae0752f83 100644 --- a/lib/ui/home_page.dart +++ b/lib/ui/home_page.dart @@ -41,7 +41,6 @@ class _HomePageState extends State { _loadCodes(); _streamSubscription = Bus.instance.on().listen((event) { _loadCodes(); - setState(() {}); }); }