Skip to content

Commit

Permalink
fix small issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaes committed Apr 9, 2017
1 parent c4286e3 commit 605e32b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private LinkUtil() {

}

public void getLinkPreview(final Context context, @NonNull final String url, final listener) {
public void getLinkPreview(final Context context, @NonNull final String url, final GetLinkPreviewListener listener) {

if (TextUtils.isEmpty(url)) {
if (listener != null)
Expand Down

0 comments on commit 605e32b

Please sign in to comment.