fix display name
This commit is contained in:
parent
52b41c35f3
commit
d33fded3a0
2 changed files with 2 additions and 2 deletions
|
|
@ -43,5 +43,5 @@ android {
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.github.axet:android-audio-library:1.0.36' // compile project(':android-audio-library')
|
||||
compile 'com.github.axet:android-audio-library:1.0.37' // compile project(':android-audio-library')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -886,7 +886,7 @@ public class RecordingActivity extends AppCompatActivity {
|
|||
try {
|
||||
Uri root = Storage.getDocumentTreeUri(targetUri);
|
||||
resolver.takePersistableUriPermission(root, Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
|
||||
storage.move(out, root, Storage.getDocumentPath(targetUri));
|
||||
storage.move(out, root, Storage.getDocumentName(targetUri));
|
||||
} catch (RuntimeException e) {
|
||||
Storage.delete(out); // delete tmp encoding file
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue