This commit is contained in:
LynJet
2022-08-01 13:25:20 +02:00
parent 2633845fcc
commit 12bacea6df
23 changed files with 25 additions and 274 deletions

View File

@@ -24,7 +24,7 @@ namespace ChatController
DataContext = this;
DialogText = dialogText ?? "Daten werden übertragen. Bitte warten...";
DialogText = string.IsNullOrWhiteSpace(dialogText) ? "Daten werden übertragen. Bitte warten..." : dialogText;
}
public event PropertyChangedEventHandler PropertyChanged;