Skip to content

Commit

Permalink
Fix empty modules screen on startup. Close #12
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Jan 24, 2015
1 parent 49c27eb commit 379d057
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
View rootView = inflater.inflate(R.layout.fragment_modules, container, false);
fragmentManager = getFragmentManager();

initTabStrip(rootView);
initSubjects();
initTabStrip(rootView);

return rootView;
}
Expand Down

0 comments on commit 379d057

Please sign in to comment.