Fix review
This commit is contained in:
parent
144f812f40
commit
75afb2b227
2 changed files with 0 additions and 2 deletions
|
@ -182,7 +182,6 @@ public class ExploreRvAdapter extends RecyclerView.Adapter<RecyclerView.ViewHold
|
|||
}
|
||||
|
||||
public void addDownloadUpdateCard(TravelDownloadUpdateCard card) {
|
||||
removeDownloadUpdateCard();
|
||||
this.downloadCard = card;
|
||||
if (addItem(getDownloadUpdateCardPosition(), card)) {
|
||||
notifyDataSetChanged();
|
||||
|
|
|
@ -319,7 +319,6 @@ public class WikivoyageExploreActivity extends TabActivity implements DownloadEv
|
|||
private void onDataLoaded() {
|
||||
switchProgressBarVisibility(false);
|
||||
updateSearchBarVisibility();
|
||||
updateFragments();
|
||||
}
|
||||
|
||||
public void updateFragments() {
|
||||
|
|
Loading…
Reference in a new issue