Skip to content

Commit

Permalink
remove redundant setState
Browse files Browse the repository at this point in the history
  • Loading branch information
tiholic committed Aug 4, 2020
1 parent 9b9d8a4 commit 246e02f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ class _MyAppState extends State<MyApp> {
});
});
print("Channel messages subscribed");
setState((){});
}:null,
child: Text('Subscribe'),
);
Expand Down

0 comments on commit 246e02f

Please sign in to comment.