Merge branch 'audiorecorder-1.1.15'
This commit is contained in:
commit
511ba46352
2 changed files with 2 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 35
|
||||
versionName "1.1.14"
|
||||
versionCode 36
|
||||
versionName "1.1.15"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@ public class StepAnimation extends Animation {
|
|||
} else {
|
||||
StepAnimation mm = c.create();
|
||||
if (animate) {
|
||||
Log.d("123", "new " + expand + " " + mm.view.getVisibility());
|
||||
if (mm.animationReady()) {
|
||||
mm.startAnimation(v);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue