Project

General

Profile

« Previous | Next » 

Revision 8ab435b9

Added by Leszek Koltunski over 2 years ago

1. Remove 'db level' from objectlib (this belongs to the app!)
2. change ScreenPlay's 'mObject' to be an ObjectType.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogTutorialView.java
76 76
    String packageName = act.getPackageName();
77 77

  
78 78
    TutorialList list  = TutorialList.getObject(position);
79
    ObjectType objList = list.getObjectList();
79
    ObjectType objType = list.getObject();
80 80

  
81 81
    View tab = inflate( act, R.layout.dialog_tutorial_tab, null);
82 82
    LinearLayout layout = tab.findViewById(R.id.tabLayout);
......
92 92

  
93 93
      int countryID = res.getIdentifier( coun, "drawable", packageName);
94 94

  
95
      View row = createRow(ract,countryID,desc,url,auth,widthT,objList);
95
      View row = createRow(ract,countryID,desc,url,auth,widthT,objType);
96 96
      layout.addView(row);
97 97
      }
98 98

  

Also available in: Unified diff