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:02 +00:00
parent 4024ddd384
commit a667a72585

View File

@ -1440,7 +1440,7 @@ public class FolderList extends K9ListActivity
}
class FolderViewHolder
static class FolderViewHolder
{
public TextView folderName;