fix bug that arrow do not always appear
This commit is contained in:
parent
43efb357db
commit
bccf53e28f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class DashFavoritesFragment extends DashBaseFragment {
|
|||
ImageView icon = (ImageView) view.findViewById(R.id.icon);
|
||||
ImageView direction = (ImageView) view.findViewById(R.id.direction);
|
||||
|
||||
if(location != null){
|
||||
if(loc != null){
|
||||
direction.setVisibility(View.VISIBLE);
|
||||
updateArrow(point, direction);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue