Applied review comments.
authorAndrzej Krawczyk <a.krawczyk@samsung.com>
Mon, 16 Aug 2021 07:58:29 +0000 (09:58 +0200)
committerPiotr Czaja <p.czaja@samsung.com>
Tue, 14 Sep 2021 11:01:34 +0000 (13:01 +0200)
Fitness/ViewModels/ChangeWorkoutViewModel.cs

index 95b29fa3aaafc65a6f094b239d3d6e6308240464..953458c26a50bb4260621c1e8828a5dcee2031ca 100644 (file)
@@ -35,7 +35,7 @@ namespace Fitness.ViewModels
                     currentWorkout = value;
                     RaisePropertyChanged();
 
-                    UpdateeWorkoutNavigation();
+                    UpdateWorkoutNavigation();
                 }
             }
         }
@@ -112,7 +112,7 @@ namespace Fitness.ViewModels
             }
         }
 
-        private void UpdateeWorkoutNavigation()
+        private void UpdateWorkoutNavigation()
         {
             PreviousWorkout = GetGoPrevious();
             NextWorkout = GetGoNext();