-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause button during the recording is hidden #125
Comments
it's hidden intentionally. maybe this feature is not ready? |
Yes, currently pause feature is not supported yet. |
@dkim0419 I propose to close this issue. |
Can I implement the pause feature? |
@RenatoViana01 Your help would be welcome in this maintained fork -> https://github.com/naXa777/SoundRecorder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I read your coding and I saw your pause button during the recording is not activated.
In your recordfragmnet, //mPauseButton.setVisibility(View.VISIBLE); this command is deactivated by "//".
likewise, //mPauseButton.setVisibility(View.GONE); this one is also not activated.
Simply removing // for mPauseButton will activate the function that you made.
The text was updated successfully, but these errors were encountered: