Closed tenSunFree closed 2 years ago
Continuous clicking on showRecodedVideo button gives error, null check operator used on a null value.
Mainly because the _frames is empty, which then results in gif being empty, Maybe try adding a null value judgment.
Oh interesting, thanks for reporting.
Continuous clicking on showRecodedVideo button gives error, null check operator used on a null value.
Mainly because the _frames is empty, which then results in gif being empty, Maybe try adding a null value judgment.