| Línea 120... |
Línea 120... |
| 120 |
mChartReturning.setCenterTextColor(R.color.appBar);
|
120 |
mChartReturning.setCenterTextColor(R.color.appBar);
|
| 121 |
mChartReturning.setCenterTextSize(20);
|
121 |
mChartReturning.setCenterTextSize(20);
|
| Línea 122... |
Línea 122... |
| 122 |
|
122 |
|
| 123 |
|
123 |
|
| 124 |
|
124 |
|
| 125 |
mTextViewTotal = (TextView) requireActivity().findViewById(R.id.fragment_progress_textview_status_total);
|
125 |
mTextViewTotal = requireActivity().findViewById(R.id.fragment_progress_textview_status_total);
|
| Línea 126... |
Línea 126... |
| 126 |
mTextViewStarted = (TextView) requireActivity().findViewById(R.id.fragment_progress_textview_status_total_started);
|
126 |
mTextViewStarted = requireActivity().findViewById(R.id.fragment_progress_textview_status_total_started);
|
| 127 |
mTextViewForStart = (TextView) requireActivity().findViewById(R.id.fragment_progress_textview_status_total_for_start);
|
127 |
mTextViewForStart = requireActivity().findViewById(R.id.fragment_progress_textview_status_total_for_start);
|
| 128 |
mTextViewCompleted = (TextView) requireActivity().findViewById(R.id.fragment_progress_textview_status_total_completed);
|
128 |
mTextViewCompleted = requireActivity().findViewById(R.id.fragment_progress_textview_status_total_completed);
|
| 129 |
|
129 |
|
| Línea 227... |
Línea 227... |
| 227 |
}
|
227 |
}
|
| Línea 228... |
Línea 228... |
| 228 |
|
228 |
|
| Línea -... |
Línea 229... |
| - |
|
229 |
Log.d("BUG 2PLANO", "TopicFragment - loadData");
|
| 229 |
Log.d("BUG 2PLANO", "TopicFragment - loadData");
|
230 |
|
| 230 |
|
231 |
|
| 231 |
|
232 |
|
| 232 |
String userUuid = iTwoGetSkills.getPreference().getUserUuid();
|
233 |
String userUuid = iTwoGetSkills.getPreference().getUserUuid();
|
| - |
|
234 |
String companyUuid = iTwoGetSkills.getCompanyUuidActive();
|
| 233 |
String companyUuid = iTwoGetSkills.getCompanyUuidActive();
|
235 |
if(TextUtils.isEmpty(companyUuid)) {
|
| 234 |
if(TextUtils.isEmpty(companyUuid)) {
|
236 |
List<Company> companies = iTwoGetSkills.getDatabase().getCompanyDao().selectAll();
|
| 235 |
List<Company> companies = iTwoGetSkills.getDatabase().getCompanyDao().selectAll();
|
237 |
|
| 236 |
if(companies.size() > 0) {
|
238 |
if(companies.size() > 0) {
|
| 237 |
companyUuid = companies.get(0).getUuid();
|
239 |
companyUuid = companies.get(0).getUuid();
|