Skip to content

Commit a308ee6

Browse files
author
kewl.apps.dev1
committed
clear the stack on reset
1 parent 99265c4 commit a308ee6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77

88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.4.2'
10+
classpath 'com.android.tools.build:gradle:3.5.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 23 09:20:04 PKT 2019
1+
#Sun Sep 29 13:35:26 PKT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

indicatordots/src/main/java/com/gamemalt/indicatordots/IndicatorDots.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ public void setWidth(int widthPx) {
264264

265265
public void resetDots() {
266266
removeAllViews();
267+
stack.clear();
267268
}
268269

269270
public void resetDotsWithAnim() {

0 commit comments

Comments
 (0)