Skip to content

[Documentation] Wrong method call (typo) #38

@guillermo-ampie

Description

@guillermo-ampie

Hi,
In section 2.2.14 Arguments in Fragments and Activities from project_and_code_guidelines.md in the method getStartIntent(), you call:
intent.putParcelableExtra(EXTRA_USER, user);
it must be:
intent.putExtra(EXTRA_USER, user);

Thank you very much for this repo!.

Regards,
Guillermo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions