mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Delegate image scaling to image helper
This commit is contained in:
@@ -121,7 +121,7 @@ public class EditTextCompose extends FixedEditText {
|
||||
@Override
|
||||
public Drawable getDrawable(String source) {
|
||||
return ImageHelper.decodeImage(getContext(),
|
||||
-1, source, true, 0, EditTextCompose.this);
|
||||
-1, source, true, 0, 1.0f, EditTextCompose.this);
|
||||
}
|
||||
}, null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user