mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-07 23:48:49 +01:00
change: Set the visiblity explicitly
This commit is contained in:
parent
5cd0083807
commit
e97d9c30fe
@ -202,7 +202,7 @@ class ViewMediaActivity : BaseActivity(), MediaActionsListener {
|
||||
if (isToolbarVisible) {
|
||||
// If to be visible, need to make visible immediately and animate alpha
|
||||
binding.toolbar.alpha = 0.0f
|
||||
binding.toolbar.visibility = visibility
|
||||
binding.toolbar.visibility = View.VISIBLE
|
||||
}
|
||||
|
||||
binding.toolbar.animate().alpha(alpha)
|
||||
|
Loading…
x
Reference in New Issue
Block a user