Call the method directly instead of using super.
In this case, super does not beahvior as expected, so it is better to call the init method directly.
Showing
Please register or sign in to comment
In this case, super does not beahvior as expected, so it is better to call the init method directly.