From 299626cb26bb4951d148aa09528c8e2543620e99 Mon Sep 17 00:00:00 2001 From: Tibor Kaputa Date: Wed, 23 Aug 2023 23:02:05 +0200 Subject: [PATCH] removing an extra empty line --- .../contacts/pro/fragments/MyViewPagerFragment.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt index 9604c8c7..2b24f710 100644 --- a/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt +++ b/app/src/main/kotlin/com/simplemobiletools/contacts/pro/fragments/MyViewPagerFragment.kt @@ -49,7 +49,6 @@ abstract class MyViewPagerFragment(c var skipHashComparing = false var forceListRedraw = false - fun setupFragment(activity: SimpleActivity) { config = activity.config if (this.activity == null) {