Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
πŸ› ListView's position is now being saved
Browse files Browse the repository at this point in the history
Fix for #6
  • Loading branch information
r4dixx committed Oct 22, 2018
1 parent d32dac8 commit f876c16
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ public void onLoadFinished(Loader<List<Article>> loader, List<Article> articles)
View loadingIndicator = findViewById(R.id.loading_indicator);
loadingIndicator.setVisibility(View.GONE);
mEmptyStateTextView.setText(R.string.no_articles);
mAdapter.clear();
SwipeRefreshLayout swipeLayout = findViewById(R.id.swiperefresh);
swipeLayout.setRefreshing(false);

Expand Down

0 comments on commit f876c16

Please sign in to comment.