Update RecentCallsAdapter.kt

This commit is contained in:
Tibor Kaputa 2022-06-08 14:58:59 +02:00 committed by GitHub
parent 4c1d125294
commit 4a6a208571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class RecentCallsAdapter(
item_recents_type.setImageDrawable(drawable)
overflow_menu_icon.isVisible = showOverflowMenu
overflow_menu_icon.beVisibleIf(showOverflowMenu)
if (showOverflowMenu) {
overflow_menu_icon.drawable.apply {
mutate()