Skip to content

Commit

Permalink
Update AndroidAudioRecorder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
IcyIcarus authored Apr 15, 2017
1 parent c23ae60 commit b79c0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void record() {
activity.startActivityForResult(intent, requestCode);
}

public void recordInFragment() {
public void recordFromFragment() {
Intent intent = new Intent(fragment.getActivity(), AudioRecorderActivity.class);
intent.putExtra(EXTRA_FILE_PATH, filePath);
intent.putExtra(EXTRA_COLOR, color);
Expand Down

0 comments on commit b79c0e5

Please sign in to comment.