am 8eb214d7
: Merge "Fix dictionary pack preference order."
* commit '8eb214d7e198e25d48b56fa0a82b2861f817e23c': Fix dictionary pack preference order.
This commit is contained in:
commit
fd2f09aee8
1 changed files with 2 additions and 0 deletions
|
@ -222,7 +222,9 @@ public final class DictionarySettingsFragment extends PreferenceFragment
|
|||
refreshNetworkState();
|
||||
|
||||
removeAnyDictSettings(prefScreen);
|
||||
int i = 0;
|
||||
for (Preference preference : prefList) {
|
||||
preference.setOrder(i++);
|
||||
prefScreen.addPreference(preference);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue