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 {
|
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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user