Ronald Mak
Results
3
comments of
Ronald Mak
Solution: Tap the return key on the virtual keyboard once.
@salmanworkgit The rule has been changed since Android 8. [Modify a Notification Badge | Android Developers](https://developer.android.com/training/notify-user/badges)
Use setTimeout to add interval between them. e.g. ``` const sleep = ms => new Promise(r => setTimeout(r, ms)) const addToasts = async (items) => { for (const item of...