QuickReturnListView icon indicating copy to clipboard operation
QuickReturnListView copied to clipboard

AnimatedFragment for prior api 11 devices

Open nirvik66 opened this issue 11 years ago • 0 comments

Hi,

In the AnimatedFragment under the onScroll method, case RETURNING the function getTranslationY() is being used in the last else case,

else if (mQuickReturnView.getTranslationY() != 0 && !noAnimation)

which causes an exception on those devices

nirvik66 avatar May 31 '13 08:05 nirvik66