Fix typo
This commit is contained in:
parent
7a59d4f45e
commit
be8577e5be
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class GpxEditDescriptionDialogFragment extends BaseOsmAndDialogFragment {
|
|||
log.error(errorMessage);
|
||||
}
|
||||
MapActivity mapActivity = getMapActivity();
|
||||
if (mapActivity == null || mapActivity.getTrackMenuFragment() == null) {
|
||||
if (mapActivity != null && mapActivity.getTrackMenuFragment() != null) {
|
||||
TrackMenuFragment trackMenuFragment = mapActivity.getTrackMenuFragment();
|
||||
trackMenuFragment.updateContent();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue