mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fix the previous fix ;-)
This commit is contained in:
@@ -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]);
|
||||
|
Reference in New Issue
Block a user