Skip to content

Commit

Permalink
add callback on worker thread
Browse files Browse the repository at this point in the history
  • Loading branch information
ideastudios committed Feb 26, 2019
1 parent c6b57a4 commit 42a2d27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
testCompile 'junit:junit:4.12'
compile 'com.yanzhenjie:permission:1.1.0'
compile 'com.github.Jay-Goo:WaveLineView:v1.0.3'
compile 'com.github.ideastudios:IdealRecorder:2.0.1'
compile 'com.github.ideastudios:IdealRecorder:1.0.3'
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
IdealRecorder.getInstance().init(this);
IdealRecorder.init(this);
}
}

0 comments on commit 42a2d27

Please sign in to comment.