Don't show linked device setting on slave devices

pull/70/head
Niels Andriesse 6 years ago
parent a5fd7224b1
commit c2de6f9f88

@ -200,11 +200,13 @@
actionBlock:^{ actionBlock:^{
[weakSelf showNotifications]; [weakSelf showNotifications];
}]]; }]];
if (isMasterDevice) {
[section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"Linked Devices", @"") [section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"Linked Devices", @"")
accessibilityIdentifier:ACCESSIBILITY_IDENTIFIER_WITH_NAME(self, @"linked_devices") accessibilityIdentifier:ACCESSIBILITY_IDENTIFIER_WITH_NAME(self, @"linked_devices")
actionBlock:^{ actionBlock:^{
[weakSelf showLinkedDevices]; [weakSelf showLinkedDevices];
}]]; }]];
}
// Loki: Original code // Loki: Original code
// ======== // ========
// [section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"SETTINGS_ADVANCED_TITLE", @"") // [section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"SETTINGS_ADVANCED_TITLE", @"")

Loading…
Cancel
Save