Exemplo n.º 1
0
 protected void handleHide(KrollDict options) {
   if (view != null) {
     synchronized (pendingAnimationLock) {
       if (pendingAnimation != null) {
         handlePendingAnimation(false);
       }
     }
     view.hide();
     setProperty(TiC.PROPERTY_VISIBLE, false);
   }
 }