Skip to content

Commit acf4a60

Browse files
committed
去除代码中多余的括号
1 parent 0fd22e1 commit acf4a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/hjq/toast/ToastImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ final class ToastImpl {
4242
ToastImpl(Activity activity, CustomToast toast) {
4343
this((Context) activity, toast);
4444
mGlobalShow = false;
45-
mWindowLifecycle = new WindowLifecycle((activity));
45+
mWindowLifecycle = new WindowLifecycle(activity);
4646
}
4747

4848
ToastImpl(Application application, CustomToast toast) {

0 commit comments

Comments
 (0)