Skip to content

Commit d3d5598

Browse files
committed
- push notification improvements
- bumped BouncyCastle NuGet
1 parent 1849883 commit d3d5598

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Spixi/Meta/Node.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ static public void start()
177177

178178
string tag = IxianHandler.getWalletStorage().getPrimaryAddress().ToString();
179179
SPushService.setTag(tag);
180-
SPushService.clearNotifications();
181180

182181
if (Config.apiBinds.Count != 0)
183182
{

Spixi/Spixi.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
</ItemGroup>
221221

222222
<ItemGroup>
223-
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />
223+
<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.2" />
224224
<PackageReference Include="CommunityToolkit.Maui" Version="9.1.1" />
225225
<PackageReference Include="Concentus" Version="2.2.2" />
226226
<PackageReference Include="Microsoft.Maui.Controls" Version="8.0.100" />

0 commit comments

Comments
 (0)