Skip to content

Commit

Permalink
Update chatinput
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Aug 28, 2018
1 parent e07ab4e commit f68602f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Android/chatinput/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'cn.jiguang.imui'
PUBLISH_ARTIFACT_ID = 'chatinput'
PUBLISH_VERSION = '0.8.2'
PUBLISH_VERSION = '0.8.3'
}

android {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ public void run() {
if (mOnCameraCallbackListener != null) {
if(mLastPhoto != null && mLastPhoto.getAbsolutePath().equals(mPhoto.getAbsolutePath())) // Forbid repeat
return;
Log.i(TAG,"Saved capture into "+ mPhoto.getAbsolutePath());
mOnCameraCallbackListener.onTakePictureCompleted(mPhoto.getAbsolutePath());
mLastPhoto = mPhoto;
}
Expand Down

0 comments on commit f68602f

Please sign in to comment.