Skip to content

Commit

Permalink
Code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala committed Sep 24, 2020
1 parent 8b2cfeb commit e64d4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Plugin.LocalNotification/AndroidOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class AndroidOptions
/// Ongoing notifications do not have an 'X' close button, and are not affected by the "Clear all" button.
/// Default is false
/// </summary>
public bool Ongoing { get; set; } = false;
public bool Ongoing { get; set; }

/// <summary>
/// Set the relative priority for this notification.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\..\Screenshots\icon.png" Pack="true" PackagePath="" />
<None Include="..\..\Screenshots\icon.png" Pack="true" PackagePath="" Link="Properties\icon.png" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e64d4b6

Please sign in to comment.