1
0
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:
Fiouz 2010-12-14 19:26:57 +00:00
parent 05a8a31d4a
commit 0d23157e3b

View File

@ -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;