Skip to content

Commit a939c40

Browse files
authored
fix: initialization of ScienceLab (#2628)
1 parent fc94232 commit a939c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/others/science_lab_common.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class ScienceLabCommon {
66
static late ScienceLab _scienceLab;
77
static late CommunicationHandler communicationHandler;
88

9-
ScienceLabCommon(CommunicationHandler communicationHandler) {
10-
communicationHandler = communicationHandler;
9+
ScienceLabCommon(CommunicationHandler mCommunicationHandler) {
10+
communicationHandler = mCommunicationHandler;
1111
_scienceLab = ScienceLab(communicationHandler);
1212
}
1313

0 commit comments

Comments
 (0)