Skip to content

Commit 7d43e68

Browse files
author
Nejc Skerjanc
committed
renamed function
1 parent cf47468 commit 7d43e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screen/main/stepper/stepperForm.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class _StepperFormState extends State<StepperForm> {
314314
return true;
315315
}
316316

317-
Future<bool> _showEFDG1(
317+
Future<bool> _showConnectionError(
318318
BuildContext context,
319319
) async {
320320
String title;
@@ -378,7 +378,7 @@ class _StepperFormState extends State<StepperForm> {
378378
},
379379
/*show connection error*/
380380
onConnectionError: (SocketException e) async {
381-
return _showEFDG1(context);
381+
return _showConnectionError(context);
382382
});
383383
Storage storage = Storage();
384384
StepDataAttestation stepDataAttestation = storage.getStorageData(2) as StepDataAttestation;

0 commit comments

Comments
 (0)