Skip to content

Instantly share code, notes, and snippets.

@kaszabimre
Created July 17, 2020 09:59
Show Gist options
  • Save kaszabimre/d1387333b8c7dbc20f6a5f2705db4384 to your computer and use it in GitHub Desktop.
Save kaszabimre/d1387333b8c7dbc20f6a5f2705db4384 to your computer and use it in GitHub Desktop.
Update NotificationServiceModule
@Module
@InstallIn(ApplicationComponent::class)
class NotificationServiceModule {
@Provides
@Singleton
fun provideNotificationManager(@ApplicationContext context: Context) =
context.getSystemService<NotificationManager>()!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment