Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit 1bec874

Browse files
remove unused using
1 parent 98007d8 commit 1bec874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Integreat/Integreat.Shared/Firebase/PushNotificationHandler.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
using Integreat.Shared.Data.Loader;
55
using Integreat.Shared.Models;
66
using Integreat.Shared.Utilities;
7-
using Integreat.Shared.ViewModels;
8-
using Xamarin.Forms;
7+
using Integreat.Shared.ViewModels;
98

109
namespace Integreat.Shared.Firebase
1110
{
@@ -57,7 +56,7 @@ public void OnReceived(IDictionary<string, object> parameters)
5756
{
5857
Debug.WriteLine("Message received");
5958

60-
//show
59+
//show alert
6160
_firebaseHelper.ShowNotificationAlert(parameters);
6261
}
6362
}

0 commit comments

Comments
 (0)