commented test shit

This commit is contained in:
Kima 2024-02-12 17:49:08 +01:00
parent 0d18309583
commit c3d02928c1

View File

@ -55,7 +55,8 @@ class LiveCardStateA extends State<LiveCard> {
Widget child; Widget child;
Duration bellDelay = liveCard.delay; Duration bellDelay = liveCard.delay;
liveCard.currentState = LiveCardState.morning; // test
// liveCard.currentState = LiveCardState.morning;
switch (liveCard.currentState) { switch (liveCard.currentState) {
case LiveCardState.summary: case LiveCardState.summary: