.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user