Open ar2code opened 5 months ago
I was unable to reproduce this bug. Do you have video for it?
Sure, thanks!
For debugging I just edited NiaApplication onCreate method with:
val notifier = SystemTrayNotifier(this) notifier.postNewsNotifications( listOf( NewsResource( id = "test", title = "test", url = "test", content = "test", headerImageUrl = null, publishDate = Clock.System.now(), type = "test", topics = emptyList(), ), ), )
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
How to reproduce the bug:
Thank you!
Relevant logcat output
No response
Code of Conduct