aktueller stand
This commit is contained in:
@@ -73,7 +73,7 @@ namespace FasdDesktopUi.Pages.DetailsPage.UserControls
|
||||
try
|
||||
{
|
||||
string newText = string.Empty;
|
||||
if (DataProvider?.HealthCardDataHelper?.LastDataRequest is null)
|
||||
if (DataProvider?.HealthCardDataHelper?.LoadingHelper?.LastDataRequest is null)
|
||||
{
|
||||
LastDataRequestTextBlock.Text = newText;
|
||||
return;
|
||||
@@ -82,7 +82,7 @@ namespace FasdDesktopUi.Pages.DetailsPage.UserControls
|
||||
string dateAddtionFormat = cMultiLanguageSupport.GetItem("DetailsPage.LastRefresh");
|
||||
string timeText = string.Empty;
|
||||
|
||||
var from = DataProvider?.HealthCardDataHelper?.LastDataRequest;
|
||||
var from = DataProvider?.HealthCardDataHelper?.LoadingHelper?.LastDataRequest;
|
||||
if (from == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user