Skip to content

Commit

Permalink
Fix permanent hang if playback is started before the
Browse files Browse the repository at this point in the history
duration query is finished.
  • Loading branch information
DonnKey committed May 4, 2020
1 parent f505a7d commit fc3b229
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,8 @@ Web page only: add note about fre:ac for easy ripping.

## Version 1.1.1
Fix problem with getting audio tag data to form titles (only affected
released versions... proGuard dependency issue.)
released versions... proGuard dependency issue.)

## Version 1.1.2
Fix problem with hang if the computation of the book size hasn't
finished before the book is started.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ android {
multiDexEnabled true
minSdkVersion 17
targetSdkVersion 28
versionCode 4
versionCode 5
versionName getVersionName()
}
buildTypes {
Expand Down

0 comments on commit fc3b229

Please sign in to comment.