Rohan Kandwal
Rohan Kandwal
@MustafaAndroid I added a try catch ``` try { createNewNotification(iconResource) } catch (e: Exception) { e.printStackTrace() } ```
@melihakalan Not necessarily needed, if you use same notification ID, the old notification will be automatically removed.
@jeancsanchez I have actually managed to resolve it on your Sample code, but it is not working on my code when I add library as gradle module. Once I am...
@SunryTeang I have same problem in multiple real devices.