We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add multiple toasts (4 or so), delete the 3rd one and remaining ones aren't in the right order.
I.e. created 1, 2, 3, 4. Deleted 3, remains 1, 2, 3 instead of 1, 2, 4. Might be solved by creating persistent ones, need to test.
The text was updated successfully, but these errors were encountered:
Example:
luna-send -n 1 -f -a com.webos.app.test luna://com.webos.notification/createToast '{"message":"hello world 1","displayId": 0, "persistent":true}' luna-send -n 1 -f -a com.webos.app.test luna://com.webos.notification/createToast '{"message":"hello world 2","displayId": 0, "persistent":true}' luna-send -n 1 -f -a com.webos.app.test luna://com.webos.notification/createToast '{"message":"hello world 3","displayId": 0, "persistent":true}' luna-send -n 1 -f -a com.webos.app.test luna://com.webos.notification/createToast '{"message":"hello world 4","displayId": 0, "persistent":true}'
Afterwards remove "hello world 3" and a random notification gets removed from the list it seems
Sorry, something went wrong.
Thanks, with this scenario it should be easy to find the mistake
No branches or pull requests
Add multiple toasts (4 or so), delete the 3rd one and remaining ones aren't in the right order.
I.e. created 1, 2, 3, 4. Deleted 3, remains 1, 2, 3 instead of 1, 2, 4. Might be solved by creating persistent ones, need to test.
The text was updated successfully, but these errors were encountered: