File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'package:flutter/material.dart';
22import 'package:flutter_bloc/flutter_bloc.dart' ;
33import 'package:ht_main/l10n/l10n.dart' ;
44import 'package:ht_main/settings/bloc/settings_bloc.dart' ;
5- import 'package:ht_main/shared/constants/constants .dart' ;
5+ import 'package:ht_ui_kit/ht_ui_kit .dart' ;
66
77/// {@template notification_settings_page}
88/// A page for configuring notification settings.
@@ -13,7 +13,7 @@ class NotificationSettingsPage extends StatelessWidget {
1313
1414 @override
1515 Widget build (BuildContext context) {
16- final l10n = context.l10n;
16+ final l10n = AppLocalizationsX ( context) .l10n;
1717 final settingsBloc = context.watch <SettingsBloc >();
1818 final state = settingsBloc.state;
1919
You can’t perform that action at this time.
0 commit comments