File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/Bible.Alarm/Platforms/Android/Services/UI Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010using Android . Graphics ;
1111using AndroidApplication = global ::Android . App . Application ;
1212using AndroidNet = global ::Android . Net ;
13- using Bible . Alarm . Common . Interfaces . Storage ;
1413using Bible . Alarm . Common . Interfaces . UI ;
1514using Bible . Alarm . Models . Schedule ;
1615using Bible . Alarm . Platforms . Android . Services . AndroidServices ;
1716using Bible . Alarm . Platforms . Android . Services . BroadcastReceivers ;
1817
1918namespace Bible . Alarm . Platforms . Android . Services . UI ;
2019
21- public class DroidNotificationService ( ILogger logger , IStorageService _ ) : INotificationService
20+ public class DroidNotificationService ( ILogger logger ) : INotificationService
2221{
2322 public static readonly string ChannelIdAndName = "alarm_notification" ;
2423 public static readonly string ChannelDescription = "alarm_notification are send to this channel" ;
@@ -186,7 +185,6 @@ private bool IsAndroidService()
186185
187186 public void Dispose ( )
188187 {
189- // Note: IStorageService parameter is intentionally unused but required for DI
190- // It is a singleton and should not be disposed here as it is managed by the DI container
188+ // Nothing to dispose - logger is managed by DI container
191189 }
192190}
You can’t perform that action at this time.
0 commit comments