Skip to content

Commit 1d7f7b0

Browse files
committed
fix: pass correct parameters in UiTrace.copyWith
1 parent da9dd94 commit 1d7f7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/utils/screen_loading/ui_trace.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class UiTrace {
2828
}) {
2929
return UiTrace(
3030
screenName: screenName ?? this.screenName,
31-
matchingScreenName: screenName ?? this.screenName,
31+
matchingScreenName: matchingScreenName ?? _matchingScreenName,
3232
traceId: traceId ?? this.traceId,
3333
);
3434
}

0 commit comments

Comments
 (0)