Android Fragment onCreateAnimator enter always true -


i facing problem on htc desire 4.0.3. animation enter, when fragment exiting....the problem doesnt exist on 4.4 or 5.0

 public animator oncreateanimator(int transit, boolean enter, int nextanim) {     animator anim;     if (enter) {           log.d("animation", "enter");         anim = enter_right_animator;     } else {          log.d("animation", "exit");        anim = exit_right_animator;    }     return anim;  } 


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -