|
@@ -321,6 +321,7 @@ public class DashBoardView extends View {
|
|
if (progress <= minMusicHzOffset) {
|
|
if (progress <= minMusicHzOffset) {
|
|
progress = minMusicHzOffset;
|
|
progress = minMusicHzOffset;
|
|
}
|
|
}
|
|
|
|
+ lastAnimProgress=0;
|
|
offsetValue = 0;
|
|
offsetValue = 0;
|
|
currentOffsetValue = 0;
|
|
currentOffsetValue = 0;
|
|
startAnimation(progress - currentProgress);
|
|
startAnimation(progress - currentProgress);
|