removed the FlagCustomDialog from preference
This commit is contained in:
Родитель
fe878537e9
Коммит
06f2f7cea5
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче