Skip to content

Commit

Permalink
fixed issue rameshvoltella#1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh committed Nov 6, 2015
1 parent 3ac750e commit e59f39f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class CalUtil {


/**
* Get the day difference in the selected day and the first day in the week substring
* Get the day difference in the selected day and the first day in the week
*
* @param dayName
*/
Expand Down Expand Up @@ -85,7 +85,6 @@ public void calculate(Context mContext)
setStartDate(currentDateTime.getYear(), currentDateTime.getMonthOfYear(), currentDateTime.getDayOfMonth());

int weekGap = CalUtil.mDateGap(currentDateTime.dayOfWeek().getAsText().substring(0, 3).toLowerCase());
Log.d("what",""+currentDateTime.dayOfWeek().getAsText().substring(0, 3).toLowerCase());


if (weekGap != 0) {
Expand Down

0 comments on commit e59f39f

Please sign in to comment.