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];
}]]; }]];
[section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"Linked Devices", @"") if (isMasterDevice) {
accessibilityIdentifier:ACCESSIBILITY_IDENTIFIER_WITH_NAME(self, @"linked_devices") [section addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"Linked Devices", @"")
actionBlock:^{ accessibilityIdentifier:ACCESSIBILITY_IDENTIFIER_WITH_NAME(self, @"linked_devices")
[weakSelf showLinkedDevices]; actionBlock:^{
}]]; [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