Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit cd232d9

Browse files
authored
Use correct setting for DRM tooltip (#3171)
Fixes #3165
1 parent fa882ff commit cd232d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/navigation_url.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
android:paddingEnd="2dp"
8181
android:src="@{settingsViewmodel.isDrmEnabled ? @drawable/ic_icon_drm_allowed : @drawable/ic_icon_drm_blocked}"
8282
android:tint="@color/fog"
83-
android:tooltipText="@{settingsViewmodel.isTrackingProtectionEnabled ? @string/drm_enabled_tooltip : @string/drm_disabled_tooltip}"
83+
android:tooltipText="@{settingsViewmodel.isDrmEnabled ? @string/drm_enabled_tooltip : @string/drm_disabled_tooltip}"
8484
app:privateMode="@{viewmodel.isPrivateSession}" />
8585
</LinearLayout>
8686

0 commit comments

Comments
 (0)