CSV import
This commit is contained in:
parent
dae8b672a7
commit
0b23689f7f
|
|
@ -370,7 +370,7 @@ class __FileMapperState extends State<_FileMapper> {
|
||||||
)
|
)
|
||||||
.then((dynamic result) {
|
.then((dynamic result) {
|
||||||
setState(() => _isLoading = false);
|
setState(() => _isLoading = false);
|
||||||
|
widget.onCancelPressed();
|
||||||
showToast(localization.startedImport);
|
showToast(localization.startedImport);
|
||||||
}).catchError((dynamic error) {
|
}).catchError((dynamic error) {
|
||||||
setState(() => _isLoading = false);
|
setState(() => _isLoading = false);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue