We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd22e1 commit acf4a60Copy full SHA for acf4a60
library/src/main/java/com/hjq/toast/ToastImpl.java
@@ -42,7 +42,7 @@ final class ToastImpl {
42
ToastImpl(Activity activity, CustomToast toast) {
43
this((Context) activity, toast);
44
mGlobalShow = false;
45
- mWindowLifecycle = new WindowLifecycle((activity));
+ mWindowLifecycle = new WindowLifecycle(activity);
46
}
47
48
ToastImpl(Application application, CustomToast toast) {
0 commit comments