|
|
|
|
@ -286,8 +286,10 @@ struct FollowUpMatchView: View { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.onChange(of: readyMatches) { |
|
|
|
|
dismissWhenPresentFollowUpMatchIsDismissed = true |
|
|
|
|
if autoDismiss { |
|
|
|
|
dismissWhenPresentFollowUpMatchIsDismissed = true |
|
|
|
|
dismiss() |
|
|
|
|
} else if readyMatches.isEmpty && matchesLeft.isEmpty { |
|
|
|
|
dismiss() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|