Javadocs added

This commit is contained in:
Ujjwal Agrawal 2018-05-28 15:14:52 +05:30
parent 89418403f9
commit ab2e8c5919

View file

@ -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);