Skip to content

Commit

Permalink
Fixed saving drawn image in table mode
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Apr 3, 2016
1 parent 4e788ba commit 641a698
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,10 @@ public void onActivityResult(int requestCode, int resultCode,
editor.insertImage(imageEncoded, alt);
editor.getScaleX();
putImage(alt, imageEncoded);

if (activity instanceof OnFragmentCallback) {
((OnFragmentCallback) activity).fileSelected();
}
}
}
}
Expand Down

0 comments on commit 641a698

Please sign in to comment.