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
Check out the RecorderException for reference. mediaRecorder could probably be a lateinit var and all null checks could be state checks for "uninitialized" instead.
The text was updated successfully, but these errors were encountered:
matthiasemde
added
refactor
Code which needs to be refactored to improve code quality without adding new functionality
quick fix
Fix should not take longer than 10 minutes
labels
Jul 27, 2024
Check out the
RecorderException
for reference.mediaRecorder
could probably be alateinit var
and all null checks could be state checks for "uninitialized" instead.The text was updated successfully, but these errors were encountered: