Disable querying send buffer

This will close the socket on some devices
pull/214/head
M66B 1 year ago
parent a8517e1537
commit 644f203b82

@ -1313,7 +1313,7 @@ public class SMTPTransport extends Transport {
Integer _fd = null;
try {
if (eu.faircode.email.BuildConfig.DEBUG)
if (eu.faircode.email.BuildConfig.DEBUG && false)
_fd = ParcelFileDescriptor.fromSocket(serverSocket).getFd();
} catch (Throwable ex) {
eu.faircode.email.Log.w(ex);

Loading…
Cancel
Save