mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 10:22:15 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
05a8a31d4a
commit
0d23157e3b
@ -5887,7 +5887,7 @@ public class LocalStore extends Store implements Serializable, LocalStoreMigrati
|
||||
}
|
||||
}
|
||||
|
||||
public class LocalTextBody extends TextBody
|
||||
public static class LocalTextBody extends TextBody
|
||||
{
|
||||
private String mBodyForDisplay;
|
||||
|
||||
@ -6444,7 +6444,7 @@ public class LocalStore extends Store implements Serializable, LocalStoreMigrati
|
||||
}
|
||||
}
|
||||
|
||||
public class LocalAttachmentBodyPart extends MimeBodyPart
|
||||
public static class LocalAttachmentBodyPart extends MimeBodyPart
|
||||
{
|
||||
private long mAttachmentId = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user