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 41b6434896d19c3b949129893e35e7b685fa12a3..3883f42fce16176aff58a4c6afffa8f06e5b52f3 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(() =>
                     {