Skip to content

Commit

Permalink
Merge pull request #286 from Frezyx/fix/analyser-issues
Browse files Browse the repository at this point in the history
Fix static analysis issues
  • Loading branch information
Frezyx authored Nov 23, 2024
2 parents f8b476b + bb79144 commit 0ed4aae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TalkerScreenTheme {

extension MapTalkerFlutterColorsExt on LogColors {
Color getByType(TalkerLogType type) {
return this[type] ?? Colors.grey;
return this[type.key] ?? Colors.grey;
}
}

Expand Down

0 comments on commit 0ed4aae

Please sign in to comment.