elm_config: Updated value to support previous version of the config.
[platform/upstream/elementary.git] / src / lib / elm_config.c
index 7969547..823b297 100644 (file)
@@ -2225,6 +2225,12 @@ _config_update(void)
    _elm_config->cursor_engine_only = 0;
    IFCFGEND
 
+   // TIZEN_ONLY(20181019): Updated value to support previous version of the config.
+   IFCFG(0x0007)
+   _elm_config->glayer_tap_finger_size = tcfg->glayer_tap_finger_size;
+   IFCFGEND
+   //
+
    /**
     * Fix user config for current ELM_CONFIG_EPOCH here.
     **/