#Java code
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Are you coding on your phone???
AI generated code? super.super.* is an unusual one
in java super.super is forbidden
you could put onCreate in the Activity class that just calls super.onCreate
that COULD work as a bandaid fix
just make a method that binds onCreate to another to avoid a super.super call
oh wait
activity is an imported class
i mean
shouldn't super.onCreate work for you?
thank you ! ♥️
I just removed one super and it was fine
yup, this is why I got so confused