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
05c3d084
Commit
05c3d084
authored
Oct 06, 2019
by
unstablebrainiac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Codacy issues
parent
741d5317
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/src/main/java/app/insti/adapter/RecyclerViewAdapter.java
app/src/main/java/app/insti/adapter/RecyclerViewAdapter.java
+1
-1
No files found.
app/src/main/java/app/insti/adapter/RecyclerViewAdapter.java
View file @
05c3d084
...
...
@@ -54,7 +54,7 @@ public abstract class RecyclerViewAdapter<T extends Clickable> extends RecyclerV
}
}
abstract
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
);
protected
abstract
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
);
@Override
public
int
getItemViewType
(
int
position
)
{
...
...
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