File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import 'package:ht_auth_repository/ht_auth_repository.dart'; // Auth Repository
9
9
import 'package:ht_data_repository/ht_data_repository.dart' ; // Generic Data Repository
10
10
import 'package:ht_kv_storage_service/ht_kv_storage_service.dart' ; // KV Storage Interface
11
11
import 'package:ht_main/app/bloc/app_bloc.dart' ;
12
+ import 'package:ht_main/app/config/app_environment.dart' ;
12
13
import 'package:ht_main/authentication/bloc/authentication_bloc.dart' ;
13
14
import 'package:ht_main/l10n/app_localizations.dart' ;
14
15
import 'package:ht_main/l10n/l10n.dart' ;
@@ -159,7 +160,6 @@ class _AppViewState extends State<_AppView> {
159
160
htUserContentPreferencesRepository:
160
161
widget.htUserContentPreferencesRepository,
161
162
htAppConfigRepository: widget.htAppConfigRepository,
162
- environment: widget.environment, // Pass environment
163
163
);
164
164
165
165
// Removed Dynamic Link Initialization
You can’t perform that action at this time.
0 commit comments