mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Merge pull request #13049 from nextcloud/chore/noid/overrideAnnotation
Annotate overridden function
This commit is contained in:
commit
52d8afb89e
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ public class GalleryFragment extends OCFileListFragment implements GalleryFragme
|
||||||
showAllGalleryItems();
|
showAllGalleryItems();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public int getColumnsCount() {
|
public int getColumnsCount() {
|
||||||
return columnSize;
|
return columnSize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue