Skip to content

Commit

Permalink
修复:二次保存不生效
Browse files Browse the repository at this point in the history
  • Loading branch information
huangziwei committed Aug 1, 2020
1 parent c74c4cf commit 19215df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doodle/src/main/java/cn/hzw/doodle/DoodleActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ public void onSaved(IDoodle doodle, Bitmap bitmap, Runnable callback) { // 保
onError(DoodleView.ERROR_SAVE, e.getMessage());
} finally {
Util.closeQuietly(outputStream);
callback.run();
}
}

Expand Down

0 comments on commit 19215df

Please sign in to comment.