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
1 changed files with 1 additions and 1 deletions

View File

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