Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

TFragments.03-Exercise-ClicksAndSavingState | Add missing TODO (6) in BodyPartFragment.java #40

Open
wants to merge 1 commit into
base: TFragments.03-Exercise-ClicksAndSavingState
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public BodyPartFragment() {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {

// TODO (6) Load the saved state (the list of images and list index) if there is one

// Inflate the Android-Me fragment layout
View rootView = inflater.inflate(R.layout.fragment_body_part, container, false);

Expand Down