DetailsFragment: Do not enqueue download if app is not supported

- This would be more relevant when we migrate to web APIs
 - Web stream are not device specific so it may list unsupported apps
This commit is contained in:
Rahul Patel
2024-06-26 23:48:40 +05:30
parent 836cc0309d
commit 37b3d2f2db
2 changed files with 17 additions and 10 deletions

View File

@@ -302,6 +302,7 @@
<string name="toast_anonymous_restriction">"Not available on anonymous accounts"</string>
<string name="toast_apk_blacklisted">"Blacklisted"</string>
<string name="toast_apk_whitelisted">"Whitelisted"</string>
<string name="toast_app_unavailable">"App not available for your device"</string>
<string name="toast_clipboard_copied">"Copied to clipboard"</string>
<string name="toast_developer_setting_failed">Turn on developer settings from the device settings to open them.</string>
<string name="toast_permission_granted">"Permission granted"</string>