fixed fab expand

This commit is contained in:
LagradOst 2023-08-12 23:54:37 +02:00
parent 3ab9e11350
commit 0eb241e6cb
1 changed files with 1 additions and 0 deletions

View File

@ -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 {