Some warnings
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Wino.Core.UWP.Services
|
|||||||
else
|
else
|
||||||
badgeUpdater.Clear();
|
badgeUpdater.Clear();
|
||||||
}
|
}
|
||||||
catch (System.Exception ex)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
// TODO: Log exceptions.
|
// TODO: Log exceptions.
|
||||||
|
|
||||||
|
|||||||
@@ -89,6 +89,8 @@ namespace Wino.Core.UWP.Services
|
|||||||
{
|
{
|
||||||
if (Connection == null || Status == WinoServerConnectionStatus.Disconnected) return true;
|
if (Connection == null || Status == WinoServerConnectionStatus.Disconnected) return true;
|
||||||
|
|
||||||
|
await Task.CompletedTask;
|
||||||
|
|
||||||
// TODO: Send disconnect message to the fulltrust process.
|
// TODO: Send disconnect message to the fulltrust process.
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user