diff --git a/README.md b/README.md index 43a492ca259db1bc825954a4279822f2d49df70e..e841f14ebc084638f47b035ad6cb98d3b14c13e8 100644 --- a/README.md +++ b/README.md @@ -170,4 +170,5 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + ``` \ No newline at end of file diff --git a/library/src/main/java/com/lcodecore/tkrefreshlayout/LoadingMoreFooter.java b/library/src/main/java/com/lcodecore/tkrefreshlayout/LoadingMoreFooter.java index 062c0635612870cd6bb8f693e9ca4baaafefb7e3..a2f3e3b1d846397400ba1f4aa88b839052d33a37 100644 --- a/library/src/main/java/com/lcodecore/tkrefreshlayout/LoadingMoreFooter.java +++ b/library/src/main/java/com/lcodecore/tkrefreshlayout/LoadingMoreFooter.java @@ -93,7 +93,6 @@ public class LoadingMoreFooter extends DirectionalLayout implements BaseRefreshH footer_bottom.setVisibility(VISIBLE); circularZoom.startAnim(300); circularZoom.setViewColor(Color.rgb(240, 84, 72)); - circularZoom. invalidate(); } diff --git a/library/src/main/java/com/lcodecore/tkrefreshlayout/utils/AnimatorValueUtil.java b/library/src/main/java/com/lcodecore/tkrefreshlayout/utils/AnimatorValueUtil.java index 44081e5b95006d93f966664a88adc1f1aba8def2..b24ef70a9eba773ee4a5a0844c01426772bdd1f2 100644 --- a/library/src/main/java/com/lcodecore/tkrefreshlayout/utils/AnimatorValueUtil.java +++ b/library/src/main/java/com/lcodecore/tkrefreshlayout/utils/AnimatorValueUtil.java @@ -40,7 +40,7 @@ public class AnimatorValueUtil { * @param tempValues 说明 */ public void ofFloat(float[] tempValues) { - this.values = tempValues; + this.values = tempValues.clone(); rate = new float[this.values.length - 1][RATE_SIZE];