Fixed default sort method not showing up as selected (#3926)
This commit is contained in:
parent
5bb1942c07
commit
de92fd6d36
@ -29,7 +29,7 @@ public abstract class IntraFeedSortDialog {
|
||||
values[i] = SortOrder.valueOf(valueStrs[i]);
|
||||
}
|
||||
|
||||
int idxCurrentSort = -1;
|
||||
int idxCurrentSort = 0;
|
||||
for (int i = 0; i < values.length; i++) {
|
||||
if (currentSortOrder == values[i]) {
|
||||
idxCurrentSort = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user