forked from organicmaps/organicmaps
[android] Changed order of settings saving
This commit is contained in:
parent
c090077f17
commit
be3b53ef50
1 changed files with 1 additions and 1 deletions
|
@ -1800,8 +1800,8 @@ Java_com_mapswithme_maps_Framework_nativeIsIsolinesLayerEnabled(JNIEnv * env, jc
|
|||
JNIEXPORT void JNICALL Java_com_mapswithme_maps_Framework_nativeSetGuidesLayerEnabled(
|
||||
JNIEnv * env, jclass, jboolean enabled)
|
||||
{
|
||||
frm()->GetGuidesManager().SetEnabled(static_cast<bool>(enabled));
|
||||
frm()->SaveGuidesEnabled(static_cast<bool>(enabled));
|
||||
frm()->GetGuidesManager().SetEnabled(static_cast<bool>(enabled));
|
||||
}
|
||||
|
||||
JNIEXPORT jboolean JNICALL
|
||||
|
|
Loading…
Add table
Reference in a new issue