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

Commit

Permalink
Use correct setting for DRM tooltip (#3171)
Browse files Browse the repository at this point in the history
Fixes #3165
  • Loading branch information
bluemarvin authored Apr 16, 2020
1 parent fa882ff commit cd232d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/navigation_url.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
android:paddingEnd="2dp"
android:src="@{settingsViewmodel.isDrmEnabled ? @drawable/ic_icon_drm_allowed : @drawable/ic_icon_drm_blocked}"
android:tint="@color/fog"
android:tooltipText="@{settingsViewmodel.isTrackingProtectionEnabled ? @string/drm_enabled_tooltip : @string/drm_disabled_tooltip}"
android:tooltipText="@{settingsViewmodel.isDrmEnabled ? @string/drm_enabled_tooltip : @string/drm_disabled_tooltip}"
app:privateMode="@{viewmodel.isPrivateSession}" />
</LinearLayout>

Expand Down

0 comments on commit cd232d9

Please sign in to comment.