#3772 Convert SearchImagesFragment to use Pagination (#3779)

This commit is contained in:
Seán Mac Gillicuddy 2020-06-16 14:58:48 +01:00 committed by GitHub
parent e4190f3f7d
commit c77ed747fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 386 additions and 419 deletions

View file

@ -203,7 +203,7 @@ public class Media implements Parcelable {
* @param page response from the API
* @return Media object
*/
@Nullable
@NonNull
public static Media from(final MwQueryPage page) {
final ImageInfo imageInfo = page.imageInfo();
if (imageInfo == null) {