Skip to content

Commit

Permalink
Merge branch 'rayven-branch' of https://github.com/limciana/UPCC into…
Browse files Browse the repository at this point in the history
… rayven-branch
  • Loading branch information
rebenely committed Mar 23, 2018
2 parents fae1554 + b87304b commit b49597f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
/* Pass title to the activity, receive curriculum from the activity */
passTitle("Mark Subjects");
curriculum = ((MainDrawer) getActivity()).getCurriculum();
Log.d("curriculum", curriculum.getName());
//Log.d("curriculum", curriculum.getName());
// Inflate the layout for this fragment
UPCCdb = new DatabaseHelper(getActivity());
UPCCdb.createDB();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public void onAttach(Context context) {
@Override
public void onDetach() {
super.onDetach();
getCurriculumFromList(false);
}

/*
Expand Down Expand Up @@ -230,7 +229,6 @@ public void onClick(View view) {
/* Setup the first curriculum to be the default on start of the activity */
CheckBox init = v.findViewById(1);
init.toggle();
getCurriculumFromList(false);
return v;
}
/*
Expand Down

0 comments on commit b49597f

Please sign in to comment.