Jude95 / SwipeBackHelper

make your activity can swipe to close
1.38k stars 268 forks source link

和Transition animations一起使用的时候有很多问题 #53

Open gmfbilu opened 7 years ago

gmfbilu commented 7 years ago

Transition transition; transition = buildEnterTransition(); getWindow().setEnterTransition(transition);

Slide enterTransition = new Slide(); enterTransition.setDuration(getResources().getInteger(R.integer.anim_duration_long)); enterTransition.setSlideEdge(Gravity.RIGHT); 在推出Activity的时候调用 finishAfterTransition()真的有很多莫名其妙的问题