mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Assume fast connection
This commit is contained in:
parent
66229d9c37
commit
3f0179e59a
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ class ImageHelper {
|
|||
lld.setBounds(0, 0, px, px);
|
||||
lld.setLevel(1);
|
||||
|
||||
boolean slow = true;
|
||||
boolean slow = false;
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M)
|
||||
try {
|
||||
// 2G GSM ~14.4 Kbps
|
||||
|
|
Loading…
Reference in a new issue