Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-07-06 18:51:23 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2016-07-06 18:55:15 +0300
commit7c2ea76449187ca89c8460f52032b7ae46f572b4 (patch)
tree2ec7cb6cbb7eab4ed3659f4d5a7be51ec394b710 /android
parent092198b2f529ac96754c030c7e806998eddaabfa (diff)
[android] Save opening hours properly. Fixed bug with unsaved finish.
Diffstat (limited to 'android')
-rw-r--r--android/src/com/mapswithme/maps/editor/HoursMinutesPickerFragment.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/editor/HoursMinutesPickerFragment.java b/android/src/com/mapswithme/maps/editor/HoursMinutesPickerFragment.java
index 22ba727369..d5333b3a55 100644
--- a/android/src/com/mapswithme/maps/editor/HoursMinutesPickerFragment.java
+++ b/android/src/com/mapswithme/maps/editor/HoursMinutesPickerFragment.java
@@ -99,6 +99,7 @@ public class HoursMinutesPickerFragment extends BaseMwmDialogFragment
return;
}
+ saveHoursMinutes();
dismiss();
if (getParentFragment() instanceof OnPickListener)
((OnPickListener) getParentFragment()).onHoursMinutesPicked(mFrom, mTo, mId);