Remove wasteful refresh
This commit is contained in:
parent
39e28dd63b
commit
25782870c7
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ class _HomePageState extends State<HomePage> {
|
|||
_loadCodes();
|
||||
_streamSubscription = Bus.instance.on<CodesUpdatedEvent>().listen((event) {
|
||||
_loadCodes();
|
||||
setState(() {});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue