Skip to content

Commit 8d1a4a0

Browse files
author
Your Name
committed
made changes to the test
1 parent b1cf591 commit 8d1a4a0

File tree

2 files changed

+842
-4
lines changed

2 files changed

+842
-4
lines changed

lib/view/widgets/save_badge_card.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,7 @@ class SaveBadgeCard extends StatelessWidget {
171171
String badgeFilename = badgeData.key;
172172
Navigator.of(context).pushAndRemoveUntil(
173173
MaterialPageRoute(
174-
builder: (context) => HomeScreen(
175-
savedBadgeFilename: badgeFilename,
176-
initialSpeed: speed, // Pass the speed value
177-
),
174+
builder: (context) => const HomeScreen(),
178175
),
179176
(route) => false, // Remove all previous routes
180177
);

0 commit comments

Comments
 (0)