File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ class CCExtractor {
8585 [
8686 '-' + type,
8787 location,
88- tcppasswrd.isNotEmpty ? '-' + tcppasswrd : '' ,
89- tcpdesc.isNotEmpty ? '-' + tcpdesc : '' ,
88+ tcppasswrd.isNotEmpty ? '-tcppasswrd ' + tcppasswrd : '' ,
89+ tcpdesc.isNotEmpty ? '-tcpdesc ' + tcpdesc : '' ,
9090 '--gui_mode_reports' ,
9191 ...paramsList,
9292 ],
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ class ClearFilesButton extends StatelessWidget {
5252 @override
5353 Widget build (BuildContext context) {
5454 return BlocConsumer <ProcessBloc , ProcessState >(
55+ listenWhen: (_, __) => true ,
5556 listener: (context, processState) {
5657 //TODO: fix only works the first time, bloc wont emit same state
5758 if (CCExtractor .exitCodes[processState.exitCode] != null ) {
You can’t perform that action at this time.
0 commit comments