Skip to content

Commit

Permalink
Fixed grey screen caused by removal of deprecated value.
Browse files Browse the repository at this point in the history
Signed-off-by: Mohan Sai Manthri <119850631+mohan-manthri@users.noreply.github.com>
  • Loading branch information
mohan-manthri authored Jan 10, 2023
1 parent 01b44d5 commit 517d124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/route_preferences/enum_string_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/

import 'dart:collection';

import 'package:flutter/cupertino.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:here_sdk/core.dart';
Expand Down Expand Up @@ -186,6 +187,7 @@ class EnumStringHelper {
result[localizations.dirtRoad] = value;
break;
case RoadFeatures.uTurns:
case RoadFeatures.difficultTurns:
result[localizations.uTurns] = value;
break;
default:
Expand Down

0 comments on commit 517d124

Please sign in to comment.