Skip to content

Commit

Permalink
QUICKFIX Update Image Widget
Browse files Browse the repository at this point in the history
*Update Image Widget after a picture is shared to Rocket Notes but does not require resizing.
  • Loading branch information
rayliverified committed Dec 4, 2017
1 parent 36c3f7a commit 23a67bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void callback(boolean isSuccess, String outfile, Throwable t) {
DatabaseHelper dbHelper = new DatabaseHelper(mContext);
NotesItem savedNote = dbHelper.AddNewNote(body, currentTime, image, null);
NotificationSender(savedNote);
UpdateImageWidget();
}
}
else
Expand Down

0 comments on commit 23a67bb

Please sign in to comment.