mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix dictionary pack preference order.
It turns out giving them in the right order is not enough, you also have to actually give them a numeric priority. Bug: 9165928 Change-Id: I2ecff38f65b70746feeeeb0ed2cc86a586a35363
This commit is contained in:
parent
305509ed2f
commit
b3d150aa13
@ -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