Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
5d0f66bcbb
1 changed files with 2 additions and 8 deletions
|
@ -61,8 +61,6 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onResume() {
|
public void onResume() {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
@ -76,12 +74,6 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
||||||
updateLocation(location);
|
updateLocation(location);
|
||||||
}
|
}
|
||||||
setupFavorites();
|
setupFavorites();
|
||||||
|
|
||||||
//Ckeck if this fixes that lists are empty when returning from the map screen
|
|
||||||
View view = getView();
|
|
||||||
if (view != null) {
|
|
||||||
view.invalidate();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -152,6 +144,8 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
||||||
});
|
});
|
||||||
favorites.addView(view);
|
favorites.addView(view);
|
||||||
}
|
}
|
||||||
|
//Check if this fixes that lists are empty when returning from the map screen
|
||||||
|
mainView.invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateArrows() {
|
private void updateArrows() {
|
||||||
|
|
Loading…
Reference in a new issue