mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
fixed fab expand
This commit is contained in:
parent
3ab9e11350
commit
0eb241e6cb
1 changed files with 1 additions and 0 deletions
|
@ -905,6 +905,7 @@ open class ResultFragmentPhone : FullScreenPlayer(),
|
||||||
|
|
||||||
observe(viewModel.watchStatus) { watchType ->
|
observe(viewModel.watchStatus) { watchType ->
|
||||||
binding?.resultBookmarkFab?.apply {
|
binding?.resultBookmarkFab?.apply {
|
||||||
|
setText(watchType.stringRes)
|
||||||
if (watchType == WatchType.NONE) {
|
if (watchType == WatchType.NONE) {
|
||||||
context?.colorFromAttribute(R.attr.white)
|
context?.colorFromAttribute(R.attr.white)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue