mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-13 21:49:27 +01:00
Fix the previous fix ;-)
This commit is contained in:
parent
1fc44034f0
commit
a559140f67
@ -93,7 +93,8 @@ public class MiBandPreferencesActivity extends AbstractSettingsActivity {
|
||||
prefKeys.add(getNotificationPrefKey(VIBRATION_COUNT, ORIGIN_INCOMING_CALL));
|
||||
|
||||
for (NotificationType type : NotificationType.values()) {
|
||||
prefKeys.add(type.getGenericType());
|
||||
String key = type.getGenericType();
|
||||
prefKeys.add(getNotificationPrefKey(VIBRATION_COUNT, key));
|
||||
}
|
||||
|
||||
return prefKeys.toArray(new String[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user