Skip to content

Commit

Permalink
Update ViewMenu.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mikyll authored Feb 4, 2024
1 parent 1f6b390 commit 3df4dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-mobile/flutter_application/lib/views/ViewMenu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class ViewMenuState extends State<ViewMenu> {

void loadTopics() {
setState(() {
_qRepoLoadingError = "";
_selectedTopics.clear();
_topicsPresent = qRepo.topicsPresent;
if (_topicsPresent) {
Expand Down

0 comments on commit 3df4dcf

Please sign in to comment.