mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 04:25:08 -05:00
removed unused private field mUID
This commit is contained in:
parent
d0c08fb705
commit
85b2eb8315
@ -17,7 +17,6 @@ import java.util.List;
|
|||||||
|
|
||||||
public class ChooseIdentity extends K9ListActivity {
|
public class ChooseIdentity extends K9ListActivity {
|
||||||
Account mAccount;
|
Account mAccount;
|
||||||
String mUID;
|
|
||||||
ArrayAdapter<String> adapter;
|
ArrayAdapter<String> adapter;
|
||||||
|
|
||||||
public static final String EXTRA_ACCOUNT = "com.fsck.k9.ChooseIdentity_account";
|
public static final String EXTRA_ACCOUNT = "com.fsck.k9.ChooseIdentity_account";
|
||||||
|
Loading…
Reference in New Issue
Block a user