mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-18 10:33:13 +00:00
Voice Note Locking.
Limit of 60 minutes, after which it's cancelled.
This commit is contained in:
@@ -45,6 +45,8 @@ public class SendButton extends ImageButton
|
||||
}
|
||||
|
||||
private TransportOptions initializeTransportOptions(boolean media) {
|
||||
if (isInEditMode()) return null;
|
||||
|
||||
TransportOptions transportOptions = new TransportOptions(getContext(), media);
|
||||
transportOptions.addOnTransportChangedListener(this);
|
||||
|
||||
|
Reference in New Issue
Block a user