Results 2 comments of rabie888

Same Issue , the app open the phone native camera app then return null data in result. 2021-07-05 12:54:08.234 15090-15090/com.babanomania.pdfscanner E/AndroidRuntime: FATAL EXCEPTION: main Process: com.babanomania.pdfscanner, PID: 15090 java.lang.RuntimeException: Failure...

**In first fragment make That ;** ``` if (enter) { return MoveAnimation.create(MoveAnimation.LEFT, enter, DURATION); } else { return MoveAnimation.create(MoveAnimation.RIGHT, enter, DURATION); } ``` **in the seconde fragment reverse the animation**...