Skip to content

Commit 1f25a65

Browse files
committed
chore
1 parent 58df938 commit 1f25a65

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ void main() async {
3434
App(
3535
htAuthenticationRepository: authenticationRepository,
3636
htHeadlinesRepository: headlinesRepository,
37-
// AppBloc instance is no longer created or passed here
3837
),
3938
);
4039
}

lib/router/router.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'package:ht_main/router/routes.dart'; // Keep Routes
1717
/// authentication state changes.
1818
GoRouter createRouter({required ValueNotifier<AppStatus> authStatusNotifier}) {
1919
return GoRouter(
20-
refreshListenable: authStatusNotifier,
20+
refreshListenable: authStatusNotifier,
2121
initialLocation: Routes.headlinesFeed,
2222
debugLogDiagnostics: true, // Enable verbose logging for debugging redirects
2323
// --- Redirect Logic ---

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ht_main
22
description: main headlines toolkit mobile app.
3-
version: 0.32.1
3+
version: 0.32.2
44
publish_to: none
55
repository: https://github.com/headlines-toolkit/ht-main
66
environment:

0 commit comments

Comments
 (0)