Skip to content

Screenshots: ensure that image dimensions > 0

Duncan McNamara requested to merge Skantes/vlc-bench:pos-dimens into master

This is to fix crashes reported on the play store on which an IllegalStateException is thrown when calling ImageReader.newInstance. Checking for positive dimensions before using it should solve the issue.

Merge request reports