|
|
@ -96,6 +96,7 @@ public class Label implements SimpleListItem, NavigationFilter, Comparable<Label |
|
|
|
unnamedLabelText = unnamedLabel; |
|
|
|
unnamedLabelText = unnamedLabel; |
|
|
|
localLabels.add(new Label(unnamedLabel, -1, true)); |
|
|
|
localLabels.add(new Label(unnamedLabel, -1, true)); |
|
|
|
for (org.transdroid.daemon.Label label : daemonLabels) { |
|
|
|
for (org.transdroid.daemon.Label label : daemonLabels) { |
|
|
|
|
|
|
|
if (!TextUtils.isEmpty(label.getName())) |
|
|
|
localLabels.add(new Label(label)); |
|
|
|
localLabels.add(new Label(label)); |
|
|
|
} |
|
|
|
} |
|
|
|
Collections.sort(localLabels); |
|
|
|
Collections.sort(localLabels); |
|
|
|