void PostRender() { if (!isSetup || isLoading) { return; } AtPostRender(); if (currentAppState != null) { currentAppState.AtPostRender(); } }