Код: Выделить всё
Код: Выделить всё
public class FirstFragment extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
Navigation.findNavController(container).navigate(FirstFragmentDirections.actionFirstFragmentToSecondFragment());
return inflater.inflate(R.layout.fragment_first, container, false);
}
}
Как я могу решить эту проблему?
Подробнее здесь: https://stackoverflow.com/questions/713 ... vigation-c