mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
Record the last state of the favorite pane.
This commit is contained in:
@@ -42,7 +42,7 @@ class _CommentsPageState extends State<CommentsPage> {
|
||||
_error = res.errorMessage;
|
||||
_loading = false;
|
||||
});
|
||||
} else {
|
||||
} else if (mounted) {
|
||||
setState(() {
|
||||
_comments = res.data;
|
||||
_loading = false;
|
||||
|
Reference in New Issue
Block a user