Skip to content

Commit

Permalink
Correcting an error on ReminderListFragment class
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarcamargo committed May 22, 2018
1 parent 4bff85d commit a05822c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public void createUI() {
lvReminderNextDays = (ListView) view.findViewById(R.id.lvRemindersNextDays);
//#ifdef fixedDate
lvReminderNoDate = (ListView) view.findViewById(R.id.lvRemindersNoDate);
updateListView(null);
//#endif
updateListView(null);
registerForContextMenu(lvReminderLate);
registerForContextMenu(lvReminderToday);
registerForContextMenu(lvReminderNextDays);
Expand Down

0 comments on commit a05822c

Please sign in to comment.