Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

The Toaster's Constructor function is not right #113

Open
EasyLiu-Ly opened this issue May 26, 2017 · 0 comments
Open

The Toaster's Constructor function is not right #113

EasyLiu-Ly opened this issue May 26, 2017 · 0 comments

Comments

@EasyLiu-Ly
Copy link

The Toaster's constructor function is not right,it is should be modified as follows:

// Create a new PriorityQueue when the Toaster class is first initialized private Toaster() { super(Looper.getMainLooper());//set the looper as main looper superToastPriorityQueue = new PriorityQueue<>(10, new SuperToastComparator()); }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant