Skip to content

Commit

Permalink
refactor: fix compilation errors in UiUtils.java
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasGGamerM committed Aug 23, 2023
1 parent c9205b7 commit b184d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ public void onError(ErrorResponse error){
}
})
.execNoAuth(uri.getHost()));
} else if (looksLikeFediverseUrl(url)) {
} else if (looksLikeMastodonUrl(url)) {
return Optional.of(new GetSearchResults(url, null, true)
.setCallback(new Callback<>() {
@Override
Expand Down

0 comments on commit b184d6d

Please sign in to comment.