mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Javadocs added
This commit is contained in:
parent
89418403f9
commit
ab2e8c5919
1 changed files with 4 additions and 0 deletions
|
|
@ -225,6 +225,10 @@ public class CategoryImagesListFragment extends DaggerFragment {
|
|||
return gridView.getAdapter();
|
||||
}
|
||||
|
||||
/**
|
||||
* This method will be called on back pressed of CategoryImagesActivity.
|
||||
* It initializes the grid view by setting adapter.
|
||||
\ */
|
||||
@Override
|
||||
public void onResume() {
|
||||
gridView.setAdapter(gridAdapter);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue