Skip to content

Commit

Permalink
fixed gradual sound
Browse files Browse the repository at this point in the history
  • Loading branch information
hani-28 committed Jun 16, 2019
1 parent 5bc07b7 commit 5592f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId "com.HMSolutions.thikrallah"
minSdkVersion 21
targetSdkVersion 28
versionCode 100
versionName "5.0.9"
versionCode 101
versionName "5.1"
}
lintOptions {
disable 'MissingTranslation'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ public void onCallStateChanged(int state, String incomingNumber) {

startPlayerIfAllowed();
}
updateVolume(100);
//updateVolume(100);
setVolume();
updateActions();
}

Expand Down

0 comments on commit 5592f49

Please sign in to comment.