Fix up Default to mpeg4 audio codec
This commit is contained in:
parent
8fc9e1a5da
commit
100db3898a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public final class Config {
|
|||
public static final Bitmap.CompressFormat IMAGE_FORMAT = Bitmap.CompressFormat.JPEG;
|
||||
public static final int IMAGE_QUALITY = 75;
|
||||
|
||||
public static final boolean USE_OPUS_VOICE_MESSAGES = true;
|
||||
public static final boolean USE_OPUS_VOICE_MESSAGES = false;
|
||||
|
||||
public static final int MESSAGE_MERGE_WINDOW = 20;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue