Release updated linked devices behind feature flag.

This commit is contained in:
Michelle Tang
2024-06-10 12:57:28 -07:00
committed by Greyson Parrelli
parent 98766b9ebb
commit 4b50365fa9
3 changed files with 3 additions and 9 deletions

View File

@@ -160,7 +160,7 @@ class AppSettingsFragment : DSLSettingsFragment(
title = DSLSettingsText.from(R.string.preferences__linked_devices),
icon = DSLSettingsIcon.from(R.drawable.symbol_devices_24),
onClick = {
if (FeatureFlags.linkedDevicesV2()) {
if (FeatureFlags.internalUser()) {
findNavController().safeNavigate(R.id.action_appSettingsFragment_to_linkDeviceFragment)
} else {
findNavController().safeNavigate(R.id.action_appSettingsFragment_to_deviceActivity)