mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 10:40:11 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
36858f53de
commit
64b5655d7c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user