GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
410 stars 124 forks source link

npe fixed in MaterialToast.isOpen() #1018

Closed Dennke closed 1 year ago

Dennke commented 2 years ago

If a toast was previously closed and afterwards you check if it is open a null pointer exception is thrown.

kevzlou7979 commented 1 year ago

Ok will investigate this and merge the PR.

kevzlou7979 commented 1 year ago

Thank you @Dennke and @lukas0krupa for the contribution on GMD