Fix build without java 1.7 compatibility
This commit is contained in:
parent
fe1806b016
commit
f04ac83ec9
@ -89,7 +89,7 @@ public class AvailableAppsFragment extends AppListFragment implements
|
|||||||
final List<String> categories = AppProvider.Helper.categories(getActivity());
|
final List<String> categories = AppProvider.Helper.categories(getActivity());
|
||||||
|
|
||||||
// attempt to translate category names with fallback to default name
|
// attempt to translate category names with fallback to default name
|
||||||
List<String> translatedCategories = new ArrayList<>(categories.size());
|
List<String> translatedCategories = new ArrayList<String>(categories.size());
|
||||||
Resources res = getResources();
|
Resources res = getResources();
|
||||||
for (String category : categories)
|
for (String category : categories)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user