app/src/main/java/com/androidstudy/andelatrackchallenge/cards/CardActionsDialog.java
Method onCreateView
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
View view = LayoutInflater.from(getActivity()).inflate(R.layout.dialog_actions, container, false);
Country country = getArguments().getParcelable(COUNTRY);