1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added JUCE_CONTENT_SHARING define to conditionally compile the native content sharer code

This commit is contained in:
ed 2020-03-31 18:53:14 +01:00
parent 814f317346
commit 18df1b0937
12 changed files with 109 additions and 76 deletions

View file

@ -348,7 +348,7 @@ private:
{
recorder.stop();
#if (JUCE_ANDROID || JUCE_IOS)
#if JUCE_CONTENT_SHARING
SafePointer<AudioRecordingDemo> safeThis (this);
File fileToShare = lastRecording;