Mini survey added.

Minor fiexes.
This commit is contained in:
Oliver Hauff 2021-08-01 17:24:15 +02:00
parent ddfea49ea6
commit e321764119
73 changed files with 1628 additions and 185 deletions

View file

@ -226,8 +226,14 @@ namespace TINK.ViewModel.Info
}
}
/// <summary> Text providing mail address and possilbe reasons to contact. </summary>
public FormattedString MaliAddressAndMotivationsText
public string ProviderNameText
=> string.Format("Betreiber: {0}", SelectedStation?.OperatorData?.Name)
;
/// <summary> Text providing mail address and possilbe reasons to contact. </summary>
public FormattedString MailAddressAndMotivationsText
{
get
{

View file

@ -36,7 +36,7 @@ namespace TINK.ViewModel.Contact
/// <summary> Holds the count of custom icons availalbe.</summary>
private const int CUSTOM_ICONS_COUNT = 30;
/// <summary> Reference on view servcie to show modal notifications and to perform navigation. </summary>
/// <summary> Reference on view service to show modal notifications and to perform navigation. </summary>
private IViewService ViewService { get; }
/// <summary>