From 69b37754d4780410f418981191657a67fac00f82 Mon Sep 17 00:00:00 2001 From: Jonas Braus Date: Mon, 25 Nov 2024 16:53:41 +0100 Subject: [PATCH] Update spaceHome.dart --- lib/spaces/spaceHome.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spaces/spaceHome.dart b/lib/spaces/spaceHome.dart index 511fd9d..76ce890 100644 --- a/lib/spaces/spaceHome.dart +++ b/lib/spaces/spaceHome.dart @@ -23,7 +23,7 @@ class _SpaceHomeState extends State { late Timer _timer; late String text = ""; - var index = 0; + var index = 1; @override void initState() {