Skip to content

Commit

Permalink
Merge pull request #1728 from DroidPlanner/fix_return_to_me_distance
Browse files Browse the repository at this point in the history
Fix return to me distance
  • Loading branch information
m4gr3d committed Apr 1, 2016
2 parents 64b689f + 208be99 commit 973767b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ private void updateHomeTelem() {
case ReturnToMeState.STATE_WAITING_FOR_VEHICLE_GPS:
case ReturnToMeState.STATE_ERROR_UPDATING_HOME:
drawableResId = R.drawable.ic_person_red_500_18dp;
update = getString(R.string.empty_content);
break;
}
}
Expand Down

0 comments on commit 973767b

Please sign in to comment.