Add transitions to call state pill.

This commit is contained in:
Alex Hart
2023-03-23 13:21:10 -03:00
committed by Greyson Parrelli
parent 8f9713a2c0
commit 6ae3fb49e0
2 changed files with 7 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ class CallStateUpdatePopupWindow(private val parent: ViewGroup) : PopupWindow(
onCallStateUpdate(pending)
}
}
animationStyle = R.style.CallStateToastAnimation
}
fun setEnabled(enabled: Boolean) {