mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix dictionary pack preference order."
This commit is contained in:
commit
8eb214d7e1
@ -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…
x
Reference in New Issue
Block a user