removing duplicate empty lines

This commit is contained in:
Tibor Kaputa 2023-07-20 09:42:05 +02:00 committed by GitHub
parent 0c8925f887
commit 327e3a4c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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() {