Muddz/StyleableToast

cancel method not available when using builder

Kxtreme opened this issue · 2 comments

When creating the toast via the Builder method it returns a Builder and it doesn't contain a cancel method.

Muddz commented

@Kxtreme Yes I just confirmed it with my own checking. I will make sure to implement it in the next update. Probably in the weekend

Muddz commented

This fix is available in the newest version: implementation 'com.muddzdev:styleabletoast:2.3.0'

An cancel() and build() method has been added when using the builder.