diff --git a/ios/TimeTracker/TimeTracker/Features/Timer/TimerView.swift b/ios/TimeTracker/TimeTracker/Features/Timer/TimerView.swift index 9a5ac48..8101572 100644 --- a/ios/TimeTracker/TimeTracker/Features/Timer/TimerView.swift +++ b/ios/TimeTracker/TimeTracker/Features/Timer/TimerView.swift @@ -116,6 +116,7 @@ struct TimerView: View { .buttonStyle(.borderedProminent) .tint(.red) .controlSize(.large) + .disabled(viewModel.selectedProject == nil && viewModel.activeTimer?.project == nil) } } .padding(.horizontal, 24)