File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/org/pyload/android/client/fragments Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 110.3.3:
22* Added Restart failed button
33* Disabled suggestions for captcha input
4+ * Show correct order of packages and files
45
560.3.2:
67* More detailed error messages, when no connection can be established
Original file line number Diff line number Diff line change @@ -307,9 +307,9 @@ public void run() {
307307 protected void onDataReceived () {
308308 app .setProgress (false );
309309 Collections .sort (data , mOrderComparator );
310- for (PackageData pak : data ) {
310+ for (PackageData pak : data )
311311 Collections .sort (pak .links , mOrderComparator );
312- }
312+
313313 PackageListAdapter adapter = (PackageListAdapter ) getExpandableListAdapter ();
314314 adapter .setData (data );
315315 }
You can’t perform that action at this time.
0 commit comments