mirror of https://github.com/M66B/FairEmail.git
Disable querying send buffer
This will close the socket on some devices
This commit is contained in:
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…
Reference in New Issue