mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 08:52:58 +01:00
Zepp OS: Change settings category to "calls and notifications"
This commit is contained in:
parent
523d02ae7f
commit
9ae02f65ed
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user