-2
Segue um trecho de código para exemplificar meu problema:
public class DashboardFragment extends Fragment{
...
}
@Override
public void onBackPressed(){
//Aqui volta para o Fragment anterior...
}
Gives the following error:
Error:(119, 5) error: method does not override or implement a method from a supertype
What was it? Because I was denied?
– Aline
The chunk of code has no implementation, so the error is meaningless to analyze the problem.
– user28595
@diegofm Whatever the content of the method there will always be this error.
– ramaral