-
Notifications
You must be signed in to change notification settings - Fork 578
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
base: master
Are you sure you want to change the base?
Conversation
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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
No description provided.