Adding contact details for loaded mails and fixing background notification actions.

This commit is contained in:
Burak Kaan Köse
2024-08-23 01:07:00 +02:00
parent 0fbeb11304
commit f45580be70
26 changed files with 523 additions and 427 deletions

View File

@@ -574,7 +574,7 @@ namespace Wino.Views
var deferal = args.GetDeferral();
AddressInformation addedItem = null;
AccountContact addedItem = null;
var boxTag = sender.Tag?.ToString();
@@ -644,8 +644,8 @@ namespace Wino.Views
{
var boxTag = tokenizingTextBox.Tag?.ToString();
AddressInformation addedItem = null;
ObservableCollection<AddressInformation> addressCollection = null;
AccountContact addedItem = null;
ObservableCollection<AccountContact> addressCollection = null;
if (boxTag == "ToBox")
addressCollection = ViewModel.ToItems;