Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
eb980365
Commit
eb980365
authored
Jun 14, 2018
by
yashkhem1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adapter Constructor made Public
parent
624a8148
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/src/main/java/in/ac/iitb/gymkhana/iitbapp/adapter/BodyCardAdapter.java
.../in/ac/iitb/gymkhana/iitbapp/adapter/BodyCardAdapter.java
+1
-2
No files found.
app/src/main/java/in/ac/iitb/gymkhana/iitbapp/adapter/BodyCardAdapter.java
View file @
eb980365
...
...
@@ -22,8 +22,7 @@ public class BodyCardAdapter extends RecyclerView.Adapter<BodyCardAdapter.ViewHo
private
List
<
Body
>
bodyList
;
private
ItemClickListener
itemClickListener
;
private
Context
context
;
BodyCardAdapter
(
List
<
Body
>
bodyList
,
ItemClickListener
itemClickListener
){
public
BodyCardAdapter
(
List
<
Body
>
bodyList
,
ItemClickListener
itemClickListener
){
this
.
bodyList
=
bodyList
;
this
.
itemClickListener
=
itemClickListener
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment