diff --git a/app/src/main/kotlin/com/simplemobiletools/dialer/fragments/FavoritesFragment.kt b/app/src/main/kotlin/com/simplemobiletools/dialer/fragments/FavoritesFragment.kt index 9cfae02c..794438fd 100644 --- a/app/src/main/kotlin/com/simplemobiletools/dialer/fragments/FavoritesFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/dialer/fragments/FavoritesFragment.kt @@ -130,7 +130,6 @@ class FavoritesFragment(context: Context, attributeSet: AttributeSet) : MyViewPa } } - if (context.areSystemAnimationsEnabled) { fragment_list.scheduleLayoutAnimation() } @@ -138,7 +137,6 @@ class FavoritesFragment(context: Context, attributeSet: AttributeSet) : MyViewPa currAdapter.viewType = viewType currAdapter.updateItems(allContacts) } - } fun columnCountChanged() {