removed the FlagCustomDialog from preference

This commit is contained in:
Anastasia Kubova 2019-07-29 16:34:04 +03:00
Родитель fe878537e9
Коммит 06f2f7cea5
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -213,9 +213,6 @@ public class PuppetAppCenter : MonoBehaviour
int isEnable = enable ? 1 : 0;
PlayerPrefs.SetInt(FlagCustomDialog, isEnable);
PlayerPrefs.Save();
#if UNITY_ANDROID && !UNITY_EDITOR
AndroidUtility.SetPreferenceInt(FlagCustomDialog, isEnable);
#endif
}
public void SetLogLevel(int logLevel)

Просмотреть файл

@ -218,9 +218,6 @@ public class PuppetAppCenter : MonoBehaviour
int isEnable = enable ? 1 : 0;
PlayerPrefs.SetInt(FlagCustomDialog, isEnable);
PlayerPrefs.Save();
#if UNITY_ANDROID && !UNITY_EDITOR
AndroidUtility.SetPreferenceInt(FlagCustomDialog, isEnable);
#endif
}
public void SetStartupMode(int startupMode)