Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add go to downloads button in home if there is no connection #1438

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Luna712
Copy link
Contributor

@Luna712 Luna712 commented Dec 27, 2024

No description provided.

@fire-light42
Copy link
Collaborator

Cant you just always show the "go to downloads instead" button, no matter the error?

@Luna712
Copy link
Contributor Author

Luna712 commented Jan 4, 2025

Cant you just always show the "go to downloads instead" button, no matter the error?

Could but what I wanted to avoid is the open in browser button if no connection as well.

@@ -177,6 +177,19 @@
android:text="@string/result_open_in_browser"
app:icon="@drawable/ic_baseline_public_24" />

<com.google.android.material.button.MaterialButton
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fails testAllLayouts<FragmentHomeBinding>(activity, R.layout.fragment_home_tv, R.layout.fragment_home) test, and should be implemented into the tv layout as well.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise we have no UI for tv at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants