Skip to content

Commit

Permalink
Removed unnecessary line of code in Example3ChildFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
vestrel00 committed Jan 29, 2018
1 parent a4d2b05 commit ea24fe3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,

@Override
public void showSomething(String something) {
childFragmentManager.hashCode();
someText.setText(something);
}

Expand Down

0 comments on commit ea24fe3

Please sign in to comment.