We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23ae60 commit b79c0e5Copy full SHA for b79c0e5
lib/src/main/java/cafe/adriel/androidaudiorecorder/AndroidAudioRecorder.java
@@ -100,7 +100,7 @@ public void record() {
100
activity.startActivityForResult(intent, requestCode);
101
}
102
103
- public void recordInFragment() {
+ public void recordFromFragment() {
104
Intent intent = new Intent(fragment.getActivity(), AudioRecorderActivity.class);
105
intent.putExtra(EXTRA_FILE_PATH, filePath);
106
intent.putExtra(EXTRA_COLOR, color);
0 commit comments