Skip to content

Commit

Permalink
Fix - Video file doesn't exists or incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanazari committed Jan 7, 2020
1 parent 2d26034 commit f723681
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ private void getBitmap(final int viewWidth) {

mediaMetadataRetriever.release();
returnBitmaps(thumbnailList);
} catch (final Throwable e) {
Thread.getDefaultUncaughtExceptionHandler().uncaughtException(Thread.currentThread(), e);
} catch (Exception e) {
//Thread.getDefaultUncaughtExceptionHandler().uncaughtException(Thread.currentThread(), e);
}
}
});
Expand Down

0 comments on commit f723681

Please sign in to comment.