|
@@ -236,13 +236,14 @@ namespace GFGGame
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|
|
- OnRedDotChanged();
|
|
|
|
|
|
+ OnFaterDataInited();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
private void OnFaterDataInited()
|
|
private void OnFaterDataInited()
|
|
{
|
|
{
|
|
GetAdIds();
|
|
GetAdIds();
|
|
|
|
+ OnRedDotChanged();
|
|
CheckAutoShowViews();
|
|
CheckAutoShowViews();
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1066,7 +1067,6 @@ namespace GFGGame
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
AutoShowCompleted = true;
|
|
AutoShowCompleted = true;
|
|
- OnRedDotChanged();
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|