Skip to content

A new simplified approach to showing toasts, using JDStatusBarNotification

Charles Wright requested to merge cvwright/toast-singleton into v1_0_5

This PR takes an alternate approach to showing toasts, using the Singleton method first suggested by @dmytro.

We have one class that contains all the info about how a toast will look. It provides a simple function that can be called from any code in order to show a toast. (OK really it's not just one function, there will probably be a few different variants of it -- we already have an async version and a sync version.)

Merge request reports

Loading