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:25 +00:00
parent 9d01876481
commit 36858f53de

View File

@ -3022,7 +3022,7 @@ public class MessageList
}
class FooterViewHolder
static class FooterViewHolder
{
public ProgressBar progress;
public TextView main;