static AutoCloseable tempShowLoadingAnimation() { ret tempShowLoadingAnimation("Hold on user..."); } static AutoCloseable tempShowLoadingAnimation(S text) null on exception { ifdef Android ret null; endifdef ifndef Android ret tempDisposeWindow(showAnimationInTopRightCorner("#1003543", text)); endifndef }