File tree 3 files changed +3
-3
lines changed
src/com/github/mmin18/layoutcast
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
siteUrl = ' https://github.com/mmin18/LayoutCast'
69
69
gitUrl = ' https://github.com/mmin18/LayoutCast.git'
70
70
71
- libraryVersion = ' 1.1.2 '
71
+ libraryVersion = ' 1.1.3 '
72
72
73
73
developerId = ' mmin18'
74
74
developerName = ' mmin18'
@@ -87,7 +87,7 @@ apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.
87
87
ext {
88
88
PUBLISH_GROUP_ID = ' com.github.mmin18.layoutcast'
89
89
PUBLISH_ARTIFACT_ID = ' library'
90
- PUBLISH_VERSION = ' 1.1.2 '
90
+ PUBLISH_VERSION = ' 1.1.3 '
91
91
}
92
92
93
93
apply from : ' https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public void reset() {
45
45
HANDLER .removeCallbacks (reset );
46
46
long d = SystemClock .uptimeMillis () - createTime ;
47
47
if (d > RESET_WAIT ) {
48
- HANDLER .post (reset );
48
+ HANDLER .postDelayed (reset , 100 );
49
49
} else {
50
50
HANDLER .postDelayed (reset , RESET_WAIT - d );
51
51
}
You can’t perform that action at this time.
0 commit comments