mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
Refactor voice recording
This commit is contained in:
parent
d980e33b23
commit
1106a1ee7f
1 changed files with 1 additions and 1 deletions
|
@ -3316,7 +3316,7 @@ public class ConversationFragment extends XmppFragment
|
|||
//mStartTime = SystemClock.elapsedRealtime();
|
||||
mHandler.postDelayed(mTickExecutor, 0);
|
||||
Log.d("Voice Recorder", "started recording to " + mOutputFile.getAbsolutePath());
|
||||
return false;
|
||||
return true;
|
||||
} catch (Exception e) {
|
||||
Log.e("Voice Recorder", "prepare() failed " + e.getMessage());
|
||||
return false;
|
||||
|
|
Loading…
Add table
Reference in a new issue