Skip to content

Commit

Permalink
Adding missing override annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyr59h committed Mar 12, 2015
1 parent 58c9ae7 commit 912f81a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ public void appendMediaFile(MediaFile mediaFile, String imageUrl, ImageLoader im
}
}

@Override
public void appendGallery(MediaGallery mediaGallery) {
Editable editableText = mContentEditText.getText();
if (editableText == null) {
Expand Down

0 comments on commit 912f81a

Please sign in to comment.