Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
update to build 1540024
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Feb 14, 2018
1 parent 0ae397a commit c7db35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

defaultConfig {
applicationId 'im.zom.messenger'
versionCode 1540023
versionCode 1540024
versionName getVersionName()
archivesBaseName = "Zom-$versionName"
minSdkVersion project.ext.minSdkVersion
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ private boolean isVibrateOn ()
{
if (mAudioManager == null)
mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);

int mode = mAudioManager.getRingerMode();

switch (mode) {
Expand Down

0 comments on commit c7db35e

Please sign in to comment.