TODO bugfix
This commit is contained in:
1
TODO
1
TODO
@@ -7,6 +7,7 @@
|
|||||||
- Refine view email page
|
- Refine view email page
|
||||||
- Show contact pictures in recipients dropdown
|
- Show contact pictures in recipients dropdown
|
||||||
- Add optional CC: and BCC: fields
|
- Add optional CC: and BCC: fields
|
||||||
|
- Fix NPE in Settings when rotating screen
|
||||||
|
|
||||||
- Refactor code
|
- Refactor code
|
||||||
-- Reorganize for clarity
|
-- Reorganize for clarity
|
||||||
|
|||||||
@@ -330,6 +330,7 @@ public class SettingsActivity extends PreferenceActivity {
|
|||||||
} else if (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB) {
|
} else if (Build.VERSION.SDK_INT < Build.VERSION_CODES.HONEYCOMB) {
|
||||||
super.setListAdapter(adapter); // TODO: implement legacy headers styling
|
super.setListAdapter(adapter); // TODO: implement legacy headers styling
|
||||||
} else {
|
} else {
|
||||||
|
// TODO: Fix NPE when rotating screen
|
||||||
super.setListAdapter(new HeaderAdapter(this, mGeneratedHeaders));
|
super.setListAdapter(new HeaderAdapter(this, mGeneratedHeaders));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -443,4 +444,4 @@ public class SettingsActivity extends PreferenceActivity {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user