1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-15 09:30:30 +02:00

Zepp OS: Change settings category to "calls and notifications"

This commit is contained in:
José Rebelo 2024-04-13 15:11:39 +01:00
parent 523d02ae7f
commit 9ae02f65ed

View File

@ -420,7 +420,7 @@ public abstract class ZeppOsCoordinator extends HuamiCoordinator {
// //
// Notifications // Notifications
// //
final List<Integer> notifications = deviceSpecificSettings.addRootScreen(DeviceSpecificSettingsScreen.NOTIFICATIONS); final List<Integer> notifications = deviceSpecificSettings.addRootScreen(DeviceSpecificSettingsScreen.CALLS_AND_NOTIFICATIONS);
if (supportsBluetoothPhoneCalls(device)) { if (supportsBluetoothPhoneCalls(device)) {
notifications.add(R.xml.devicesettings_phone_calls_watch_pair); notifications.add(R.xml.devicesettings_phone_calls_watch_pair);
} else { } else {