Skip to content

Commit fc3b229

Browse files
committed
Fix permanent hang if playback is started before the
duration query is finished.
1 parent f505a7d commit fc3b229

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,8 @@ Web page only: add note about fre:ac for easy ripping.
8686

8787
## Version 1.1.1
8888
Fix problem with getting audio tag data to form titles (only affected
89-
released versions... proGuard dependency issue.)
89+
released versions... proGuard dependency issue.)
90+
91+
## Version 1.1.2
92+
Fix problem with hang if the computation of the book size hasn't
93+
finished before the book is started.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ android {
7070
multiDexEnabled true
7171
minSdkVersion 17
7272
targetSdkVersion 28
73-
versionCode 4
73+
versionCode 5
7474
versionName getVersionName()
7575
}
7676
buildTypes {

0 commit comments

Comments
 (0)