Change-Id: I3be84a0626259109545e9e2e24793ed1951dbabe
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>tizen11.0</TargetFramework>
- <LangVersion>8.0</LangVersion>
- <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
- <DisableImplicitTizenReferences>True</DisableImplicitTizenReferences>
+ <TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
if (e.CurrentSelection.Count != 0 && e.CurrentSelection[0] is NotificationsModel notificationsModel)
{
var notificationsList = NotificationListenerManager.GetList();
+ if (notificationsList == null || notificationsList.Count == 0)
+ {
+ return;
+ }
foreach (NotificationEventArgs notificationArgs in notificationsList)
{
if (notificationArgs.UniqueNumber == notificationsModel.UniqueNumber)