JDStatusBarNotification icon indicating copy to clipboard operation
JDStatusBarNotification copied to clipboard

Queue

Open CleverLemming1337 opened this issue 1 year ago • 0 comments

I implemented a queue for NotificationPresenter and some functions to add, present and delete notifications in the queue.

At the end of the ExampleScreen I created a section to control the queue.

The variable ExampleScreen.queueContent is just for demonstrating and debugging. The counter in the queue section is quite buggy and can be removed as well as queueContent if you want.

@calimarkus I can change NotificationPresenter.present that it adds the notifications to the queue instead of presenting them directly if you want.

CleverLemming1337 avatar Jul 18 '24 16:07 CleverLemming1337