Shahroz Javed
Results
1
comments of
Shahroz Javed
you need to add condition,becuase in start your savedstepcount is equals to todaysteps, add `if(todaySteps == 0) { todaySteps = value; }` below `todaySteps = value-savedStepsCount;` in setstate in getTodaySetps...