mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 8eb214d7: Merge "Fix dictionary pack preference order."
* commit '8eb214d7e198e25d48b56fa0a82b2861f817e23c': Fix dictionary pack preference order.
This commit is contained in:
commit
fd2f09aee8
@ -222,7 +222,9 @@ public final class DictionarySettingsFragment extends PreferenceFragment
|
|||||||
refreshNetworkState();
|
refreshNetworkState();
|
||||||
|
|
||||||
removeAnyDictSettings(prefScreen);
|
removeAnyDictSettings(prefScreen);
|
||||||
|
int i = 0;
|
||||||
for (Preference preference : prefList) {
|
for (Preference preference : prefList) {
|
||||||
|
preference.setOrder(i++);
|
||||||
prefScreen.addPreference(preference);
|
prefScreen.addPreference(preference);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user