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) {
|
public void addDownloadUpdateCard(TravelDownloadUpdateCard card) {
|
||||||
removeDownloadUpdateCard();
|
|
||||||
this.downloadCard = card;
|
this.downloadCard = card;
|
||||||
if (addItem(getDownloadUpdateCardPosition(), card)) {
|
if (addItem(getDownloadUpdateCardPosition(), card)) {
|
||||||
notifyDataSetChanged();
|
notifyDataSetChanged();
|
||||||
|
|
|
@ -319,7 +319,6 @@ public class WikivoyageExploreActivity extends TabActivity implements DownloadEv
|
||||||
private void onDataLoaded() {
|
private void onDataLoaded() {
|
||||||
switchProgressBarVisibility(false);
|
switchProgressBarVisibility(false);
|
||||||
updateSearchBarVisibility();
|
updateSearchBarVisibility();
|
||||||
updateFragments();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateFragments() {
|
public void updateFragments() {
|
||||||
|
|
Loading…
Reference in a new issue