mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-31 07:10:14 -05:00
Don't reference the enclosing type instance when it's not used (memory optimisation)
This commit is contained in:
parent
2b56464ad9
commit
4024ddd384
@ -278,10 +278,10 @@ public class K9 extends Application
|
||||
public static final int CONNECTIVITY_ID = -3;
|
||||
|
||||
|
||||
public class Intents
|
||||
public static class Intents
|
||||
{
|
||||
|
||||
public class EmailReceived
|
||||
public static class EmailReceived
|
||||
{
|
||||
public static final String ACTION_EMAIL_RECEIVED = "com.fsck.k9.intent.action.EMAIL_RECEIVED";
|
||||
public static final String ACTION_EMAIL_DELETED = "com.fsck.k9.intent.action.EMAIL_DELETED";
|
||||
|
Loading…
Reference in New Issue
Block a user