You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I optionally donated to support the Fossify mission.
Feature description
Fade the callEnd button when the phone call is ended. Why not fade the others as they should not be enabled too…
Why do you want this feature?
When a phone call ends I don't really understand why it stays there for a bit before the call activity closes. And in this moment I always doubt if the phone call is really ended or not, and it took some time to see the text "Call ended".
I think it's more clear to fade/dim the buttons to reassures that the phone call is ended. And it's easy to do.
Additional information
I tried binding.callEnd.setAlpha(0.5f) in the method endCall from CallActivity (line 759, just before the if statement) and I like it.
It probably should be in its own function so we can visually disable all the buttons we decide to fade.
The text was updated successfully, but these errors were encountered:
Checklist
Feature description
Fade the
callEnd
button when the phone call is ended. Why not fade the others as they should not be enabled too…Why do you want this feature?
When a phone call ends I don't really understand why it stays there for a bit before the call activity closes. And in this moment I always doubt if the phone call is really ended or not, and it took some time to see the text "Call ended".
I think it's more clear to fade/dim the buttons to reassures that the phone call is ended. And it's easy to do.
Additional information
I tried
binding.callEnd.setAlpha(0.5f)
in the methodendCall
fromCallActivity
(line 759, just before theif
statement) and I like it.It probably should be in its own function so we can visually disable all the buttons we decide to fade.
The text was updated successfully, but these errors were encountered: