dkim0419 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
1.49k stars 808 forks source link

Pause button during the recording is hidden #125

Open Gaekki opened 5 years ago

Gaekki commented 5 years ago

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.

naXa777 commented 5 years ago

it's hidden intentionally. maybe this feature is not ready?

inzkhan commented 5 years ago

Yes, currently pause feature is not supported yet.

naXa777 commented 5 years ago

@dkim0419 I propose to close this issue.

RenatoViana01 commented 4 years ago

Can I implement the pause feature?

naXa777 commented 4 years ago

@RenatoViana01 This repository has no commits in master branch since 2017. Repository owner doesn't respond.

Your help would be welcome in this maintained fork -> https://github.com/naXa777/SoundRecorder