fixed fab expand

This commit is contained in:
LagradOst 2023-08-12 23:54:37 +02:00
parent 3ab9e11350
commit 0eb241e6cb

View file

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