1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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:31 +00:00
parent 36858f53de
commit 64b5655d7c

View File

@ -208,7 +208,7 @@ public class MessageView extends K9Activity implements OnClickListener
* Pair class is only available since API Level 5, so we need
* this helper class unfortunately
*/
private class HeaderEntry
private static class HeaderEntry
{
public String label;
public String value;
@ -784,7 +784,7 @@ public class MessageView extends K9Activity implements OnClickListener
}
}
class Attachment
static class Attachment
{
public String name;
public String contentType;