Przebudowanie aplikacji, usprawnione AI, dodanie combo buildera
Some checks failed
Build Linux App / build (push) Failing after 1m18s
Some checks failed
Build Linux App / build (push) Failing after 1m18s
This commit is contained in:
@@ -101,9 +101,7 @@ class WorkoutSessionController extends _$WorkoutSessionController {
|
||||
0,
|
||||
maxDuration,
|
||||
);
|
||||
state = AsyncValue.data(
|
||||
currentState.copyWith(timeRemaining: newRemaining),
|
||||
);
|
||||
state = AsyncValue.data(currentState.copyWith(timeRemaining: newRemaining));
|
||||
}
|
||||
|
||||
void _tick(Timer timer) {
|
||||
|
||||
Reference in New Issue
Block a user