From 3df4dcfb4d7d0a233b77c6dff28b920775502205 Mon Sep 17 00:00:00 2001 From: Michele Righi Date: Sun, 4 Feb 2024 13:17:49 +0100 Subject: [PATCH] Update ViewMenu.dart --- app-mobile/flutter_application/lib/views/ViewMenu.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app-mobile/flutter_application/lib/views/ViewMenu.dart b/app-mobile/flutter_application/lib/views/ViewMenu.dart index cc09afd..8bed503 100644 --- a/app-mobile/flutter_application/lib/views/ViewMenu.dart +++ b/app-mobile/flutter_application/lib/views/ViewMenu.dart @@ -35,6 +35,7 @@ class ViewMenuState extends State { void loadTopics() { setState(() { + _qRepoLoadingError = ""; _selectedTopics.clear(); _topicsPresent = qRepo.topicsPresent; if (_topicsPresent) {