Remove redundant switch labels.
authorPiotr Czaja/Advanced Frameworks (PLT) /SRPOL/Engineer/Samsung Electronics <p.czaja@samsung.com>
Wed, 30 Jun 2021 13:02:13 +0000 (15:02 +0200)
committerPiotr Czaja <p.czaja@samsung.com>
Tue, 14 Sep 2021 11:01:34 +0000 (13:01 +0200)
Fitness/ViewModels/SummaryViewModel.cs

index 41b6434..3883f42 100644 (file)
@@ -150,8 +150,6 @@ namespace Fitness.ViewModels
                 case SummaryType.TryAgain:
                     Ok = new Command(() => { ChangeWorkout(); });
                     break;
-                case SummaryType.EndWorkout:
-                case SummaryType.TimeIsUp:
                 default:
                     Ok = new Command(() =>
                     {