Skip to content

Commit

Permalink
修复MWCalendar中左右滑动异常
Browse files Browse the repository at this point in the history
  • Loading branch information
yannecer committed Jul 3, 2017
1 parent e240430 commit e8dd6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion ncalendar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
version = "1.0.3" //版本号
version = "1.0.4" //版本号

android {
compileSdkVersion 25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import android.view.MotionEvent;

import com.necer.ncalendar.listener.OnClickMonthViewListener;
import com.necer.ncalendar.utils.MyLog;
import com.necer.ncalendar.utils.Utils;

import org.joda.time.DateTime;
Expand Down Expand Up @@ -83,7 +82,6 @@ protected void onDraw(Canvas canvas) {
drawLunar(canvas, rect, mHintColor, i, j);
}


if (mPointList.contains(dateTime.toLocalDate().toString())) {
mSorlarPaint.setColor(mPointColor);
canvas.drawCircle(rect.centerX(), rect.bottom-mPointSize, mPointSize, mSorlarPaint);
Expand Down

0 comments on commit e8dd6b7

Please sign in to comment.