From 32d8481217cf21d915ea5fb98fe20a492a667d6a Mon Sep 17 00:00:00 2001 From: Armand <4831c0@proton.me> Date: Mon, 2 Mar 2026 19:18:22 +0100 Subject: [PATCH] firka_wear: put the "..." in the correct place --- firka_wear/lib/ui/wear/screens/home/home_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firka_wear/lib/ui/wear/screens/home/home_screen.dart b/firka_wear/lib/ui/wear/screens/home/home_screen.dart index 5240469..d427f2b 100644 --- a/firka_wear/lib/ui/wear/screens/home/home_screen.dart +++ b/firka_wear/lib/ui/wear/screens/home/home_screen.dart @@ -288,7 +288,7 @@ class _WearHomeScreenState extends State { "${currentLesson.name}, ${currentLesson.roomName?.substring(0, 6) ?? ''}..."; } else { currentLessonText = - "${currentLesson.name.substring(0, 10)}, ${currentLesson.roomName}..."; + "${currentLesson.name.substring(0, 10)}..., ${currentLesson.roomName}"; } }