Logging overhaul
This commit is contained in:
@@ -317,7 +317,6 @@ struct ProblemsList: View {
|
||||
}
|
||||
|
||||
Button {
|
||||
// Use a spring animation for more natural movement
|
||||
withAnimation(.spring(response: 0.5, dampingFraction: 0.8, blendDuration: 0.1))
|
||||
{
|
||||
let updatedProblem = problem.updated(isActive: !problem.isActive)
|
||||
|
||||
Reference in New Issue
Block a user