1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-02-06 17:13:36 +01:00

set default value index of device type

This commit is contained in:
OliE 2017-06-18 18:21:29 +02:00
parent 1f874d0f34
commit c601033e36

View File

@ -93,6 +93,7 @@ public class BluetoothPreferences extends PreferenceFragment implements SharedPr
deviceTypes.setEntries(btEntries.toArray(new CharSequence[btEntries.size()]));
deviceTypes.setEntryValues(btEntryValues.toArray(new CharSequence[btEntryValues.size()]));
deviceTypes.setValueIndex(0);
}
@Override