fix ask language
This commit is contained in:
parent
fd68cf2cc6
commit
279424fb3b
@ -215,7 +215,7 @@ class _ConfigurationsListState extends State<ConfigurationsList> {
|
||||
|
||||
Future<void> downloadClicked(AppContext appContext, ConfigurationDTO configuration) async {
|
||||
bool isCancel = false;
|
||||
if(alreadyDownloaded.any((c) => c == configuration.id)) {
|
||||
if(!alreadyDownloaded.any((c) => c == configuration.id)) {
|
||||
await showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user