parameterize CategoryObserver.adapter
Helps Java do its error checking... and gets rid of a few warnings...
This commit is contained in:
parent
dd3562c00f
commit
27874b3a9e
@ -54,7 +54,7 @@ public class AvailableAppsFragment extends AppListFragment implements
|
|||||||
|
|
||||||
private class CategoryObserver extends ContentObserver {
|
private class CategoryObserver extends ContentObserver {
|
||||||
|
|
||||||
private ArrayAdapter adapter;
|
private ArrayAdapter<String> adapter;
|
||||||
|
|
||||||
public CategoryObserver(ArrayAdapter<String> adapter) {
|
public CategoryObserver(ArrayAdapter<String> adapter) {
|
||||||
super(null);
|
super(null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user