Skip to content
Snippets Groups Projects
Commit 933b0de2 authored by MarcusStorvangJonassen's avatar MarcusStorvangJonassen
Browse files

BarChart og LineChart is also matching now

parent c68344a3
No related branches found
No related tags found
Loading
......@@ -35,7 +35,7 @@
android:allowBackup="true"
android:icon="@mipmap/appicon"
android:supportsRtl="true"
android:label="BeSAFEPlus">
android:label="BeSafePlus">
<!-- Firebase Cloud Messaging Service -->
<service
......
......@@ -96,7 +96,7 @@ namespace BeSafePlus.ViewModels
else
{
return;
OnPropertyChanged(nameof(WeeklyStepData));
}
TotalStepsThisWeek = WeeklyStepData.Sum(data => data.Steps);
......
......@@ -6,7 +6,7 @@
<VerticalStackLayout Padding="20" Spacing="10">
<Label Text="BeSafe AU"
<Label Text="BeSafePlus"
FontSize="40"
HorizontalOptions="Center"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment