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
490493a1
Commit
490493a1
authored
Oct 13, 2018
by
Sajal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh explore list on start
parent
eab7572c
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/app/insti/fragment/ExploreFragment.java
app/src/main/java/app/insti/fragment/ExploreFragment.java
+1
-2
No files found.
app/src/main/java/app/insti/fragment/ExploreFragment.java
View file @
490493a1
...
...
@@ -92,8 +92,7 @@ public class ExploreFragment extends Fragment {
}
});
}
else
{
updateAdapters
(
bodies
,
events
,
users
);
updateAdapters
(
allBodies
,
new
ArrayList
<
Event
>(),
new
ArrayList
<
User
>());
getView
().
findViewById
(
R
.
id
.
loadingPanel
).
setVisibility
(
View
.
GONE
);
}
...
...
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