You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app crashes with the error java.lang.IllegalStateException: Recording currently in progress - missing #endRecording() call?
Steps to Reproduce the Problem
Set .haze(state = hazeState) on an exoplayer video player view
Run the app
The video was blurred as expected when I changed nothing else but downgraded to version 0.7.3 of haze, so the bug seems to be related to the new 0.9.* version only.
The text was updated successfully, but these errors were encountered:
Information
Expected Behavior
The video would be blurred
Actual Behavior
The app crashes with the error
java.lang.IllegalStateException: Recording currently in progress - missing #endRecording() call?
Steps to Reproduce the Problem
.haze(state = hazeState)
on an exoplayer video player viewThe video was blurred as expected when I changed nothing else but downgraded to version
0.7.3
of haze, so the bug seems to be related to the new0.9.*
version only.The text was updated successfully, but these errors were encountered: