mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
dcbfd332ab
commit
9d01876481
@ -237,7 +237,7 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
||||
private Validator mAddressValidator;
|
||||
|
||||
|
||||
class Attachment implements Serializable
|
||||
static class Attachment implements Serializable
|
||||
{
|
||||
public String name;
|
||||
public String contentType;
|
||||
|
Loading…
Reference in New Issue
Block a user