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