forked from organicmaps/organicmaps
Merge pull request #3735 from yunikkk/fix-android-editor-22hours-bug
[android] Fixed bug with finish of opening time not being set.
This commit is contained in:
commit
66da285f02
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ public class HoursMinutesPickerFragment extends BaseMwmDialogFragment
|
|||
return;
|
||||
}
|
||||
|
||||
saveHoursMinutes();
|
||||
dismiss();
|
||||
if (getParentFragment() instanceof OnPickListener)
|
||||
((OnPickListener) getParentFragment()).onHoursMinutesPicked(mFrom, mTo, mId);
|
||||
|
|
Loading…
Add table
Reference in a new issue