Commit 31a29a88 authored by sshivam95's avatar sshivam95 Committed by GitHub

Merge pull request #3 from simranmadhok/nss

Resolve Codacy Issues
parents 518c1440 22892201
...@@ -22,7 +22,6 @@ import app.insti.api.model.Venter; ...@@ -22,7 +22,6 @@ import app.insti.api.model.Venter;
public class ImageViewPagerAdapter extends PagerAdapter { public class ImageViewPagerAdapter extends PagerAdapter {
private static final String TAG = ImageViewPagerAdapter.class.getSimpleName();
private List<String> images = new ArrayList<>(); private List<String> images = new ArrayList<>();
public Context context; public Context context;
public LayoutInflater inflater; public LayoutInflater inflater;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment