mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-18 07:22:26 +00:00
casting: undo android studio auto formatting
This commit is contained in:
parent
58448390dd
commit
9504c31b36
2 changed files with 19 additions and 19 deletions
|
@ -40,9 +40,9 @@ class CastButton : androidx.appcompat.widget.AppCompatImageButton {
|
|||
|
||||
if (d != null) {
|
||||
when (d.connectionState) {
|
||||
CastConnectionState.DISCONNECTED -> setColorFilter(activeColor)
|
||||
CastConnectionState.CONNECTING -> setColorFilter(connectingColor)
|
||||
CastConnectionState.CONNECTED -> setColorFilter(activeColor)
|
||||
CastConnectionState.CONNECTING -> setColorFilter(connectingColor)
|
||||
CastConnectionState.DISCONNECTED -> setColorFilter(activeColor)
|
||||
}
|
||||
} else {
|
||||
setColorFilter(inactiveColor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue