mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-08 15:58:40 +01:00
Java 7 migration aid
This commit is contained in:
parent
65e46a8ee6
commit
67b0af9cb4
@ -101,7 +101,7 @@ public class ArrayAdapter<T> extends BaseAdapter implements Filterable {
|
||||
* instantiating views.
|
||||
*/
|
||||
public ArrayAdapter(Context context, int resource) {
|
||||
init(context, resource, new ArrayList<T>());
|
||||
init(context, resource, new ArrayList<>());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user