提交
This commit is contained in:
@@ -125,17 +125,17 @@ namespace BingoBrain
|
||||
|
||||
private void OnInitCompleted(object obj = null)
|
||||
{
|
||||
if (isFacebookLoginAndGetData)
|
||||
{
|
||||
DOVirtual.DelayedCall(ctrl.netIdleTime, () =>
|
||||
{
|
||||
isFacebookLoginAndGetData = false;
|
||||
PreferencesMgr.Instance.InitPreferences();
|
||||
PreferencesMgr.Instance.PlayerAvatarId = 0;
|
||||
uiCtrlDispatcher.Dispatch(SkinInfo.CheckReadyUI_Close);
|
||||
OnClickBtn();
|
||||
});
|
||||
}
|
||||
// if (isFacebookLoginAndGetData)
|
||||
// {
|
||||
// DOVirtual.DelayedCall(ctrl.netIdleTime, () =>
|
||||
// {
|
||||
// isFacebookLoginAndGetData = false;
|
||||
// PreferencesMgr.Instance.InitPreferences();
|
||||
// PreferencesMgr.Instance.PlayerAvatarId = 0;
|
||||
// uiCtrlDispatcher.Dispatch(SkinInfo.CheckReadyUI_Close);
|
||||
// OnClickBtn();
|
||||
// });
|
||||
// }
|
||||
}
|
||||
|
||||
public void OnClickBtn()
|
||||
|
||||
Reference in New Issue
Block a user