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
9c4494f2
Commit
9c4494f2
authored
Oct 06, 2019
by
unstablebrainiac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Codacy issues (1)
parent
05c3d084
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/src/main/java/app/insti/adapter/NewsAdapter.java
app/src/main/java/app/insti/adapter/NewsAdapter.java
+1
-1
app/src/main/java/app/insti/adapter/PlacementBlogAdapter.java
...src/main/java/app/insti/adapter/PlacementBlogAdapter.java
+1
-1
app/src/main/java/app/insti/adapter/TrainingBlogAdapter.java
app/src/main/java/app/insti/adapter/TrainingBlogAdapter.java
+1
-1
No files found.
app/src/main/java/app/insti/adapter/NewsAdapter.java
View file @
9c4494f2
...
...
@@ -32,7 +32,7 @@ public class NewsAdapter extends RecyclerViewAdapter<NewsArticle> {
}
@Override
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
protected
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
LayoutInflater
inflater
=
LayoutInflater
.
from
(
context
);
View
postView
=
inflater
.
inflate
(
R
.
layout
.
news_article_card
,
parent
,
false
);
...
...
app/src/main/java/app/insti/adapter/PlacementBlogAdapter.java
View file @
9c4494f2
...
...
@@ -32,7 +32,7 @@ public class PlacementBlogAdapter extends RecyclerViewAdapter<PlacementBlogPost>
}
@Override
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
protected
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
LayoutInflater
inflater
=
LayoutInflater
.
from
(
context
);
View
postView
=
inflater
.
inflate
(
R
.
layout
.
blog_post_card
,
parent
,
false
);
...
...
app/src/main/java/app/insti/adapter/TrainingBlogAdapter.java
View file @
9c4494f2
...
...
@@ -32,7 +32,7 @@ public class TrainingBlogAdapter extends RecyclerViewAdapter<TrainingBlogPost> {
}
@Override
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
protected
RecyclerView
.
ViewHolder
getViewHolder
(
@NonNull
ViewGroup
parent
,
Context
context
)
{
LayoutInflater
inflater
=
LayoutInflater
.
from
(
context
);
View
postView
=
inflater
.
inflate
(
R
.
layout
.
blog_post_card
,
parent
,
false
);
...
...
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