Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 65 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 65 Rev 71
Línea 112... Línea 112...
112
        }
112
        }
113
    }
113
    }
Línea 114... Línea 114...
114
 
114
 
Línea 115... Línea -...
115
    private void loadData() {
-
 
116
 
-
 
117
        int fragmentIdxActive = iTwoGetSkills.getPreference().getFragmentIdxActive();
-
 
118
 
-
 
119
        if (fragmentIdxActive != Constants.IDX_FRAGMENT_GALLERY
-
 
120
                && fragmentIdxActive != Constants.IDX_FRAGMENT_SLIDES
-
 
121
        ) {
-
 
122
            return;
-
 
123
        }
115
    private void loadData() {
124
 
116