1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 19:41:46 +02:00

Pebble: Make use of new generic per-device autoremove notification setting

This commit is contained in:
Andreas Shimokawa 2021-03-08 15:05:33 +01:00
parent ecc0f78848
commit 54409fbe55

View File

@ -181,6 +181,7 @@ public class PebbleCoordinator extends AbstractDeviceCoordinator {
@Override
public int[] getSupportedDeviceSpecificSettings(GBDevice device) {
return new int[]{
R.xml.devicesettings_autoremove_notifications,
R.xml.devicesettings_canned_reply_16,
R.xml.devicesettings_canned_dismisscall_16
};