mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +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
|
// 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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user