projects
/
profile
/
iot
/
apps
/
dotnet
/
fitness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc33dbd
)
Loading fix
author
k.stepaniuk
<k.stepaniuk@samsung.com>
Fri, 27 Nov 2020 15:23:35 +0000
(16:23 +0100)
committer
Piotr Czaja
<p.czaja@samsung.com>
Tue, 14 Sep 2021 11:01:34 +0000
(13:01 +0200)
Signed-off-by: k.stepaniuk <k.stepaniuk@samsung.com>
Fitness/ViewModels/LoadingViewModel.cs
patch
|
blob
|
history
diff --git
a/Fitness/ViewModels/LoadingViewModel.cs
b/Fitness/ViewModels/LoadingViewModel.cs
index
14c0300
..
a0a6b1d
100644
(file)
--- a/
Fitness/ViewModels/LoadingViewModel.cs
+++ b/
Fitness/ViewModels/LoadingViewModel.cs
@@
-75,6
+75,7
@@
namespace Fitness.ViewModels
if (count == messages.Length)
{
+ Services.NavigationService.Instance.Pop();
Services.NavigationService.Instance.NavigateToExercisingView();
return false;
}