fix ask language

This commit is contained in:
Fransolet Thomas 2023-02-15 17:15:45 +01:00
parent fd68cf2cc6
commit 279424fb3b

View File

@ -215,7 +215,7 @@ class _ConfigurationsListState extends State<ConfigurationsList> {
Future<void> downloadClicked(AppContext appContext, ConfigurationDTO configuration) async { Future<void> downloadClicked(AppContext appContext, ConfigurationDTO configuration) async {
bool isCancel = false; bool isCancel = false;
if(alreadyDownloaded.any((c) => c == configuration.id)) { if(!alreadyDownloaded.any((c) => c == configuration.id)) {
await showDialog( await showDialog(
context: context, context: context,
barrierDismissible: false, barrierDismissible: false,