1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
{
{
disabledDuringSceneHiding = true ,
end ,
} ,
}
local note3StringId = GetPlatformServiceType ( ) == PLATFORM_SERVICE_TYPE_DMM and SI_CREATEACCOUNT_SUCCESS_NOTE_3_DMM or SI_CREATEACCOUNT_SUCCESS_NOTE_3
if newState == SCENE_SHOWING then
elseif newState == SCENE_HIDDEN then
end
end
end |