mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-14 07:08:00 -05:00
removed unread private field mFontSizes
This commit is contained in:
parent
bf0434a9f7
commit
7ae7fc9d9d
@ -3432,11 +3432,9 @@ public class MessageCompose extends K9Activity implements OnClickListener, OnFoc
|
|||||||
static class IdentityAdapter extends BaseAdapter {
|
static class IdentityAdapter extends BaseAdapter {
|
||||||
private LayoutInflater mLayoutInflater;
|
private LayoutInflater mLayoutInflater;
|
||||||
private List<Object> mItems;
|
private List<Object> mItems;
|
||||||
private FontSizes mFontSizes;
|
|
||||||
|
|
||||||
public IdentityAdapter(Context context, LayoutInflater layoutInflater) {
|
public IdentityAdapter(Context context, LayoutInflater layoutInflater) {
|
||||||
mLayoutInflater = layoutInflater;
|
mLayoutInflater = layoutInflater;
|
||||||
mFontSizes = K9.getFontSizes();
|
|
||||||
|
|
||||||
List<Object> items = new ArrayList<Object>();
|
List<Object> items = new ArrayList<Object>();
|
||||||
Preferences prefs = Preferences.getPreferences(context.getApplicationContext());
|
Preferences prefs = Preferences.getPreferences(context.getApplicationContext());
|
||||||
|
Loading…
Reference in New Issue
Block a user