mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-30 16:35:00 +01:00
Merge pull request #291 from elopez/typo-fix
Fix small URL typo on TwitterPicProvider
This commit is contained in:
commit
0ed4b28252
@ -18,7 +18,7 @@ public class TwitterPicProvider implements Provider {
|
||||
@Override
|
||||
public boolean supports(@NonNull String link) {
|
||||
final String authority = PreviewMediaExtractor.getAuthority(link);
|
||||
return "pbs.twimg.com".equals(authority) || "abs.twing.com".equals(authority);
|
||||
return "pbs.twimg.com".equals(authority) || "abs.twimg.com".equals(authority);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
Loading…
x
Reference in New Issue
Block a user