|
@@ -759,6 +759,12 @@ object DataFactory {
|
|
|
R.string.Manual_cooking_32,
|
|
|
R.string.Download_new_recipes_32
|
|
|
)
|
|
|
+ private var typeList11 = mutableListOf<EntranceType>(
|
|
|
+ EntranceType.automatic_recipes,
|
|
|
+ EntranceType.automatic_programmes,
|
|
|
+ EntranceType.manual_cooking,
|
|
|
+ EntranceType.download_new_recipes
|
|
|
+ )
|
|
|
|
|
|
private var typeList1 = mutableListOf<EntranceType>(
|
|
|
EntranceType.automatic_recipes,
|
|
@@ -870,7 +876,7 @@ object DataFactory {
|
|
|
for (i in iconResIds1.indices) {
|
|
|
dataList.add(
|
|
|
EntranceData(
|
|
|
- bgResIds011[i], iconResIds1[i], titleStrIds011[i], titleStrIds011[i], typeList1[i]
|
|
|
+ bgResIds011[i], iconResIds1[i], titleStrIds011[i], titleStrIds011[i], typeList11[i]
|
|
|
)
|
|
|
)
|
|
|
}
|