SeekOverlay: Switch to merge for SecondsView and other adjustments
This commit is contained in:
parent
6252704bbc
commit
de2e6a2d8c
6 changed files with 24 additions and 22 deletions
|
|
@ -54,7 +54,7 @@ fun View.animate(
|
|||
)
|
||||
Log.d(TAG, "animate(): $msg")
|
||||
}
|
||||
if (isVisible && enterOrExit && alpha == 1f && animationType == AnimationType.ALPHA) {
|
||||
if (isVisible && enterOrExit) {
|
||||
if (MainActivity.DEBUG) {
|
||||
Log.d(TAG, "animate(): view was already visible > view = [$this]")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue