Merge pull request #13049 from nextcloud/chore/noid/overrideAnnotation

Annotate overridden function
This commit is contained in:
Andy Scherzinger 2024-05-27 14:21:27 +02:00 committed by GitHub
commit 52d8afb89e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -195,6 +195,7 @@ public class GalleryFragment extends OCFileListFragment implements GalleryFragme
showAllGalleryItems();
}
@Override
public int getColumnsCount() {
return columnSize;
}