mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +08:00
fixed fab expand
This commit is contained in:
@ -905,6 +905,7 @@ open class ResultFragmentPhone : FullScreenPlayer(),
|
||||
|
||||
observe(viewModel.watchStatus) { watchType ->
|
||||
binding?.resultBookmarkFab?.apply {
|
||||
setText(watchType.stringRes)
|
||||
if (watchType == WatchType.NONE) {
|
||||
context?.colorFromAttribute(R.attr.white)
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user