Skip to content

Commit 1e48b4b

Browse files
committed
revert change
1 parent 50bd207 commit 1e48b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/event_processor/flutter_enricher_event_processor.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class FlutterEnricherEventProcessor implements EventProcessor {
260260
}
261261

262262
Locale? _retrieveWidgetLocale(GlobalKey<NavigatorState>? navigatorKey) {
263-
final context = navigatorKey?.currentContext;
263+
final BuildContext? context = navigatorKey?.currentContext;
264264
if (context != null) {
265265
return Localizations.maybeLocaleOf(context);
266266
}

0 commit comments

Comments
 (0)